Shades of Pine Cone #786551
Tints of Pine Cone #786551
RGB
CMYK
RGB Variations
Color information
#786551 (or 0x786551) is known color: Pine Cone. HEX triplet: 78, 65 and 51. RGB value is (120,101,81). Sum of RGB (Red+Green+Blue) = 120+101+81=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #786551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786551 is #879AAE. Grayscale: #686868. Windows color (decimal): -8886959 or 5334392. OLE color: 5334392.
HSL color Cylindrical-coordinate representation of color #786551: hue angle of 30.77º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #786551 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 101 | 81 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.53 |
| HSL | 30.77º | 0.19% | 0.39% | - |
| HSV(B) | 30.77º | 0.33% | 0.47% | - |
| XYZ | 13.88 | 13.89 | 9.73 | - |
| YUV | 104.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 81 | 0 | 0.16 | 0.32 | 0.53 | 30.77 | 0.19 | 0.39 |
| Hex | 78 | 65 | 51 | 0 | 10 | 20 | 35 | 1F | 13 | 27 |
| Octal | 170 | 145 | 121 | 0 | 20 | 40 | 65 | 37 | 23 | 47 |
| Binary | 1111000 | 1100101 | 1010001 | 0 | 10000 | 100000 | 110101 | 11111 | 10011 | 100111 |
Color Harmonies of #786551
Complementary color
Monochromatic Colors of #786551
Black with #786551
Text Example
Text Example
White with #786551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786551; }
p { color: rgb(120,101,81); }
H1.HeaderClassName
{
color: #786551;
}
.AnyTagClassName
{
color: #786551;
}
</style>
background-color css
<style>
a { background-color: #786551; }
a { background-color: rgb(120,101,81); }
div.DivClassName
{
background-color: #786551;
}
.BgClassName
{
background-color: #786551;
}
</style>
border-color css
<style>
span { border-color: #786551; }
span { border-color: rgb(120,101,81); }
td.TdClassName
{
border-color: #786551;
}
.TagClassName
{
border-color: #786551;
}
</style>