Shades of Pine Cone #78644E
Tints of Pine Cone #78644E
RGB
CMYK
RGB Variations
Color information
#78644E (or 0x78644E) is known color: Pine Cone. HEX triplet: 78, 64 and 4E. RGB value is (120,100,78). Sum of RGB (Red+Green+Blue) = 120+100+78=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 120 - color contains mainly: red. Hex color #78644E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78644E is #879BB1. Grayscale: #676767. Windows color (decimal): -8887218 or 5137528. OLE color: 5137528.
HSL color Cylindrical-coordinate representation of color #78644E: hue angle of 31.43º 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 #78644E is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 100 | 78 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.53 |
| HSL | 31.43º | 0.21% | 0.39% | - |
| HSV(B) | 31.43º | 0.35% | 0.47% | - |
| XYZ | 13.68 | 13.66 | 9.12 | - |
| YUV | 103.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 100 | 78 | 0 | 0.17 | 0.35 | 0.53 | 31.43 | 0.21 | 0.39 |
| Hex | 78 | 64 | 4E | 0 | 11 | 23 | 35 | 1F | 15 | 27 |
| Octal | 170 | 144 | 116 | 0 | 21 | 43 | 65 | 37 | 25 | 47 |
| Binary | 1111000 | 1100100 | 1001110 | 0 | 10001 | 100011 | 110101 | 11111 | 10101 | 100111 |
Color Harmonies of #78644E
Complementary color
Monochromatic Colors of #78644E
Black with #78644E
Text Example
Text Example
White with #78644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78644E; }
p { color: rgb(120,100,78); }
H1.HeaderClassName
{
color: #78644E;
}
.AnyTagClassName
{
color: #78644E;
}
</style>
background-color css
<style>
a { background-color: #78644E; }
a { background-color: rgb(120,100,78); }
div.DivClassName
{
background-color: #78644E;
}
.BgClassName
{
background-color: #78644E;
}
</style>
border-color css
<style>
span { border-color: #78644E; }
span { border-color: rgb(120,100,78); }
td.TdClassName
{
border-color: #78644E;
}
.TagClassName
{
border-color: #78644E;
}
</style>