Shades of Pine Cone #785F4C
Tints of Pine Cone #785F4C
RGB
CMYK
RGB Variations
Color information
#785F4C (or 0x785F4C) is known color: Pine Cone. HEX triplet: 78, 5F and 4C. RGB value is (120,95,76). Sum of RGB (Red+Green+Blue) = 120+95+76=291 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.24% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 120 - color contains mainly: red. Hex color #785F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F4C is #87A0B3. Grayscale: #646464. Windows color (decimal): -8888500 or 5005176. OLE color: 5005176.
HSL color Cylindrical-coordinate representation of color #785F4C: hue angle of 25.91º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #785F4C is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 95 | 76 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.53 |
| HSL | 25.91º | 0.22% | 0.38% | - |
| HSV(B) | 25.91º | 0.37% | 0.47% | - |
| XYZ | 13.14 | 12.7 | 8.6 | - |
| YUV | 100.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 76 | 0 | 0.21 | 0.37 | 0.53 | 25.91 | 0.22 | 0.38 |
| Hex | 78 | 5F | 4C | 0 | 15 | 25 | 35 | 1A | 16 | 26 |
| Octal | 170 | 137 | 114 | 0 | 25 | 45 | 65 | 32 | 26 | 46 |
| Binary | 1111000 | 1011111 | 1001100 | 0 | 10101 | 100101 | 110101 | 11010 | 10110 | 100110 |
Color Harmonies of #785F4C
Complementary color
Monochromatic Colors of #785F4C
Black with #785F4C
Text Example
Text Example
White with #785F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F4C; }
p { color: rgb(120,95,76); }
H1.HeaderClassName
{
color: #785F4C;
}
.AnyTagClassName
{
color: #785F4C;
}
</style>
background-color css
<style>
a { background-color: #785F4C; }
a { background-color: rgb(120,95,76); }
div.DivClassName
{
background-color: #785F4C;
}
.BgClassName
{
background-color: #785F4C;
}
</style>
border-color css
<style>
span { border-color: #785F4C; }
span { border-color: rgb(120,95,76); }
td.TdClassName
{
border-color: #785F4C;
}
.TagClassName
{
border-color: #785F4C;
}
</style>