Shades of Pine Cone #785F4E
Tints of Pine Cone #785F4E
RGB
CMYK
RGB Variations
Color information
#785F4E (or 0x785F4E) is known color: Pine Cone. HEX triplet: 78, 5F and 4E. RGB value is (120,95,78). Sum of RGB (Red+Green+Blue) = 120+95+78=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #785F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785F4E is #87A0B1. Grayscale: #646464. Windows color (decimal): -8888498 or 5136248. OLE color: 5136248.
HSL color Cylindrical-coordinate representation of color #785F4E: hue angle of 24.29º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #785F4E is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 95 | 78 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.53 |
| HSL | 24.29º | 0.21% | 0.39% | - |
| HSV(B) | 24.29º | 0.35% | 0.47% | - |
| XYZ | 13.21 | 12.73 | 8.97 | - |
| YUV | 100.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 78 | 0 | 0.21 | 0.35 | 0.53 | 24.29 | 0.21 | 0.39 |
| Hex | 78 | 5F | 4E | 0 | 15 | 23 | 35 | 18 | 15 | 27 |
| Octal | 170 | 137 | 116 | 0 | 25 | 43 | 65 | 30 | 25 | 47 |
| Binary | 1111000 | 1011111 | 1001110 | 0 | 10101 | 100011 | 110101 | 11000 | 10101 | 100111 |
Color Harmonies of #785F4E
Complementary color
Monochromatic Colors of #785F4E
Black with #785F4E
Text Example
Text Example
White with #785F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F4E; }
p { color: rgb(120,95,78); }
H1.HeaderClassName
{
color: #785F4E;
}
.AnyTagClassName
{
color: #785F4E;
}
</style>
background-color css
<style>
a { background-color: #785F4E; }
a { background-color: rgb(120,95,78); }
div.DivClassName
{
background-color: #785F4E;
}
.BgClassName
{
background-color: #785F4E;
}
</style>
border-color css
<style>
span { border-color: #785F4E; }
span { border-color: rgb(120,95,78); }
td.TdClassName
{
border-color: #785F4E;
}
.TagClassName
{
border-color: #785F4E;
}
</style>