Shades of Pine Cone #786555
Tints of Pine Cone #786555
RGB
CMYK
RGB Variations
Color information
#786555 (or 0x786555) is known color: Pine Cone. HEX triplet: 78, 65 and 55. RGB value is (120,101,85). Sum of RGB (Red+Green+Blue) = 120+101+85=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #786555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786555 is #879AAA. Grayscale: #686868. Windows color (decimal): -8886955 or 5596536. OLE color: 5596536.
HSL color Cylindrical-coordinate representation of color #786555: hue angle of 27.43º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #786555 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 101 | 85 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.53 |
| HSL | 27.43º | 0.17% | 0.4% | - |
| HSV(B) | 27.43º | 0.29% | 0.47% | - |
| XYZ | 14.04 | 13.96 | 10.55 | - |
| YUV | 104.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 85 | 0 | 0.16 | 0.29 | 0.53 | 27.43 | 0.17 | 0.4 |
| Hex | 78 | 65 | 55 | 0 | 10 | 1D | 35 | 1B | 11 | 28 |
| Octal | 170 | 145 | 125 | 0 | 20 | 35 | 65 | 33 | 21 | 50 |
| Binary | 1111000 | 1100101 | 1010101 | 0 | 10000 | 11101 | 110101 | 11011 | 10001 | 101000 |
Color Harmonies of #786555
Complementary color
Monochromatic Colors of #786555
Black with #786555
Text Example
Text Example
White with #786555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786555; }
p { color: rgb(120,101,85); }
H1.HeaderClassName
{
color: #786555;
}
.AnyTagClassName
{
color: #786555;
}
</style>
background-color css
<style>
a { background-color: #786555; }
a { background-color: rgb(120,101,85); }
div.DivClassName
{
background-color: #786555;
}
.BgClassName
{
background-color: #786555;
}
</style>
border-color css
<style>
span { border-color: #786555; }
span { border-color: rgb(120,101,85); }
td.TdClassName
{
border-color: #786555;
}
.TagClassName
{
border-color: #786555;
}
</style>