crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#78504f hex color - Red - Warm color - Information

#78504f hex color - Red - Warm color

Color Hue/Base color: Red

Hex #78504f Color code in RGB color code model is created after adding 47.06% red color, 31.37% green color and 30.98% blue color. Hex #78504f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 34% yellow and 53% black.

Hex #78504f color code is between #775555 web safe hex color code and #884444 web safe hex color code. #775555 is the nearest web safe color code. You can see here many more shades of #78504f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code78504f#78504f
RGB Decimal120, 80, 79rgb(120, 80, 79)
RGB Percent47%, 31%, 31%rgb(47%, 31%, 31%)
CSS RGBa120, 80, 79,1rgba(120,80,79,1)
CMYK Modelcmyk(0%,33%,34%,53%)
HSL Color Space1,21% ,39%hsl(1,21% ,39%)
HSV Color Space1°, 34%, 47%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary011110000101000001001111
Octal170120117
Decimal1208079
Hex78504f

Different shades of #78504f color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #78504f
#976463
Dark Shade of #78504f
#593b3b
Saturated Shade of #78504f
#824745
Desaturated Shade of #78504f
#6e5959
Grey scale Shade of #78504f
#636363
Brighten Shade
#916968
Most Readable Shade
#FFFFFF

Shades of #78504f color code

Generate more color scales with scales (color stack) generator.

#78504f
#6a4746
#5d3e3d
#503534
#422c2b
#352323
#281a1a
#1a1111
#0d0808
#000000

Similar Color like #78504f color

Find visually similar hex color codes nearing to #78504f hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#795150
#7a5251
#7b5352
#7c5453
#7d5554
#7e5655
#7f5756
#805857
#815958
#825a59
#835b5a
#845c5b
#855d5c
#865e5d
#774f4e
#764e4d
#754d4c
#744c4b
#734b4a
#724a49
#714948
#704847
#6f4746
#6e4645
#6d4544
#6c4443
#6b4342
#6a4241

Monochromatic Color with #78504f

#78504f
#a26c6b
#cd8987
#f7a5a3
#231717
#4d3433

Tints of #78504f Color

#78504f
#876362
#967676
#a58a89
#b49d9d
#c3b1b0
#d2c4c4
#e1d8d7
#f0ebeb
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#78504f
#4f7778

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#78504f
#4f7865
#4f6378

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#784f5e
#784f56
#78504f
#78584f
#78604f

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#78504f
#4f7850
#504f78

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#78504f
#62784f
#4f7778
#644f78

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#78504f
#4f7778
#4f6378
#78654f

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #78504f Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#78504f Color Code Preview on Black Background Color

This is how #78504f Color will look on black background color. Color contrast ratio is 3.06

#78504f in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#78504f">Your Example Paragraph content text in with font color #78504f </p>

Your Example Paragraph content text in with font color #78504f

HTML with inline CSS

<div style="color:#78504f">Your Paragraph text in with font color #78504f </div>

Your Example Paragraph content text in with font color #78504f

#78504f color code is use for CSS Background Color

Background color for the above div is #78504f

HTML with inline CSS

<div style="background-color:#78504f;"></div>

#78504f color code is use for CSS Border Color

CSS Border color for the above div is #78504f

HTML with inline CSS

<div style="border:5px solid #78504f;"></div>

CSS Border Left color for the above div is #78504f

HTML with inline CSS

<div style="border-left:5px solid #78504f;"></div>

CSS Border Right color for the above div is #78504f

HTML with inline CSS

<div style="border-right:5px solid #78504f;"></div>

CSS Border Bottom color for the above div is #78504f

HTML with inline CSS

<div style="border-bottom:5px solid #78504f;"></div>

CSS Border Top color for the above div is #78504f

HTML with inline CSS

<div style="border-top:5px solid #78504f;"></div>

#78504f hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#78504f; } .examplecolorclass {color:#78504f; } .examplebordercolor {border:3px solid #78504f; }

#78504f Color code Preview on White Background

This is how #78504f Color code will look on white background color. Color contrast ratio is 6.87

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #78504f; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #78504f; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.