Shades of Pine Cone #78624E
Tints of Pine Cone #78624E
RGB
CMYK
RGB Variations
Color information
#78624E (or 0x78624E) is known color: Pine Cone. HEX triplet: 78, 62 and 4E. RGB value is (120,98,78). Sum of RGB (Red+Green+Blue) = 120+98+78=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 120 - color contains mainly: red. Hex color #78624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78624E is #879DB1. Grayscale: #666666. Windows color (decimal): -8887730 or 5137016. OLE color: 5137016.
HSL color Cylindrical-coordinate representation of color #78624E: hue angle of 28.57º 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 #78624E is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 98 | 78 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.53 |
| HSL | 28.57º | 0.21% | 0.39% | - |
| HSV(B) | 28.57º | 0.35% | 0.47% | - |
| XYZ | 13.49 | 13.28 | 9.06 | - |
| YUV | 102.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 78 | 0 | 0.18 | 0.35 | 0.53 | 28.57 | 0.21 | 0.39 |
| Hex | 78 | 62 | 4E | 0 | 12 | 23 | 35 | 1D | 15 | 27 |
| Octal | 170 | 142 | 116 | 0 | 22 | 43 | 65 | 35 | 25 | 47 |
| Binary | 1111000 | 1100010 | 1001110 | 0 | 10010 | 100011 | 110101 | 11101 | 10101 | 100111 |
Color Harmonies of #78624E
Complementary color
Monochromatic Colors of #78624E
Black with #78624E
Text Example
Text Example
White with #78624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78624E; }
p { color: rgb(120,98,78); }
H1.HeaderClassName
{
color: #78624E;
}
.AnyTagClassName
{
color: #78624E;
}
</style>
background-color css
<style>
a { background-color: #78624E; }
a { background-color: rgb(120,98,78); }
div.DivClassName
{
background-color: #78624E;
}
.BgClassName
{
background-color: #78624E;
}
</style>
border-color css
<style>
span { border-color: #78624E; }
span { border-color: rgb(120,98,78); }
td.TdClassName
{
border-color: #78624E;
}
.TagClassName
{
border-color: #78624E;
}
</style>