Shades of Pine Cone #78624D
Tints of Pine Cone #78624D
RGB
CMYK
RGB Variations
Color information
#78624D (or 0x78624D) is known color: Pine Cone. HEX triplet: 78, 62 and 4D. RGB value is (120,98,77). Sum of RGB (Red+Green+Blue) = 120+98+77=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #78624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78624D is #879DB2. Grayscale: #666666. Windows color (decimal): -8887731 or 5071480. OLE color: 5071480.
HSL color Cylindrical-coordinate representation of color #78624D: hue angle of 29.3º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78624D is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 98 | 77 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.53 |
| HSL | 29.3º | 0.22% | 0.39% | - |
| HSV(B) | 29.3º | 0.36% | 0.47% | - |
| XYZ | 13.45 | 13.26 | 8.87 | - |
| YUV | 102.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 77 | 0 | 0.18 | 0.36 | 0.53 | 29.3 | 0.22 | 0.39 |
| Hex | 78 | 62 | 4D | 0 | 12 | 24 | 35 | 1D | 16 | 27 |
| Octal | 170 | 142 | 115 | 0 | 22 | 44 | 65 | 35 | 26 | 47 |
| Binary | 1111000 | 1100010 | 1001101 | 0 | 10010 | 100100 | 110101 | 11101 | 10110 | 100111 |
Color Harmonies of #78624D
Complementary color
Monochromatic Colors of #78624D
Black with #78624D
Text Example
Text Example
White with #78624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78624D; }
p { color: rgb(120,98,77); }
H1.HeaderClassName
{
color: #78624D;
}
.AnyTagClassName
{
color: #78624D;
}
</style>
background-color css
<style>
a { background-color: #78624D; }
a { background-color: rgb(120,98,77); }
div.DivClassName
{
background-color: #78624D;
}
.BgClassName
{
background-color: #78624D;
}
</style>
border-color css
<style>
span { border-color: #78624D; }
span { border-color: rgb(120,98,77); }
td.TdClassName
{
border-color: #78624D;
}
.TagClassName
{
border-color: #78624D;
}
</style>