Shades of Pine Cone #78685A
Tints of Pine Cone #78685A
RGB
CMYK
RGB Variations
Color information
#78685A (or 0x78685A) is known color: Pine Cone. HEX triplet: 78, 68 and 5A. RGB value is (120,104,90). Sum of RGB (Red+Green+Blue) = 120+104+90=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #78685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78685A is #8797A5. Grayscale: #6B6B6B. Windows color (decimal): -8886182 or 5924984. OLE color: 5924984.
HSL color Cylindrical-coordinate representation of color #78685A: hue angle of 28º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78685A is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 90 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.53 |
| HSL | 28º | 0.14% | 0.41% | - |
| HSV(B) | 28º | 0.25% | 0.47% | - |
| XYZ | 14.54 | 14.63 | 11.73 | - |
| YUV | 107.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 90 | 0 | 0.13 | 0.25 | 0.53 | 28 | 0.14 | 0.41 |
| Hex | 78 | 68 | 5A | 0 | D | 19 | 35 | 1C | E | 29 |
| Octal | 170 | 150 | 132 | 0 | 15 | 31 | 65 | 34 | 16 | 51 |
| Binary | 1111000 | 1101000 | 1011010 | 0 | 1101 | 11001 | 110101 | 11100 | 1110 | 101001 |
Color Harmonies of #78685A
Complementary color
Monochromatic Colors of #78685A
Black with #78685A
Text Example
Text Example
White with #78685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78685A; }
p { color: rgb(120,104,90); }
H1.HeaderClassName
{
color: #78685A;
}
.AnyTagClassName
{
color: #78685A;
}
</style>
background-color css
<style>
a { background-color: #78685A; }
a { background-color: rgb(120,104,90); }
div.DivClassName
{
background-color: #78685A;
}
.BgClassName
{
background-color: #78685A;
}
</style>
border-color css
<style>
span { border-color: #78685A; }
span { border-color: rgb(120,104,90); }
td.TdClassName
{
border-color: #78685A;
}
.TagClassName
{
border-color: #78685A;
}
</style>