Shades of Pine Cone #776251
Tints of Pine Cone #776251
RGB
CMYK
RGB Variations
Color information
#776251 (or 0x776251) is known color: Pine Cone. HEX triplet: 77, 62 and 51. RGB value is (119,98,81). Sum of RGB (Red+Green+Blue) = 119+98+81=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #776251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776251 is #889DAE. Grayscale: #666666. Windows color (decimal): -8953263 or 5333623. OLE color: 5333623.
HSL color Cylindrical-coordinate representation of color #776251: hue angle of 26.84º 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 #776251 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 98 | 81 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.53 |
| HSL | 26.84º | 0.19% | 0.39% | - |
| HSV(B) | 26.84º | 0.32% | 0.47% | - |
| XYZ | 13.46 | 13.25 | 9.63 | - |
| YUV | 102.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 98 | 81 | 0 | 0.18 | 0.32 | 0.53 | 26.84 | 0.19 | 0.39 |
| Hex | 77 | 62 | 51 | 0 | 12 | 20 | 35 | 1B | 13 | 27 |
| Octal | 167 | 142 | 121 | 0 | 22 | 40 | 65 | 33 | 23 | 47 |
| Binary | 1110111 | 1100010 | 1010001 | 0 | 10010 | 100000 | 110101 | 11011 | 10011 | 100111 |
Color Harmonies of #776251
Complementary color
Monochromatic Colors of #776251
Black with #776251
Text Example
Text Example
White with #776251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776251; }
p { color: rgb(119,98,81); }
H1.HeaderClassName
{
color: #776251;
}
.AnyTagClassName
{
color: #776251;
}
</style>
background-color css
<style>
a { background-color: #776251; }
a { background-color: rgb(119,98,81); }
div.DivClassName
{
background-color: #776251;
}
.BgClassName
{
background-color: #776251;
}
</style>
border-color css
<style>
span { border-color: #776251; }
span { border-color: rgb(119,98,81); }
td.TdClassName
{
border-color: #776251;
}
.TagClassName
{
border-color: #776251;
}
</style>