Shades of Pine Cone #776151
Tints of Pine Cone #776151
RGB
CMYK
RGB Variations
Color information
#776151 (or 0x776151) is known color: Pine Cone. HEX triplet: 77, 61 and 51. RGB value is (119,97,81). Sum of RGB (Red+Green+Blue) = 119+97+81=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #776151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776151 is #889EAE. Grayscale: #656565. Windows color (decimal): -8953519 or 5333367. OLE color: 5333367.
HSL color Cylindrical-coordinate representation of color #776151: hue angle of 25.26º 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 #776151 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 97 | 81 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.53 |
| HSL | 25.26º | 0.19% | 0.39% | - |
| HSV(B) | 25.26º | 0.32% | 0.47% | - |
| XYZ | 13.37 | 13.07 | 9.6 | - |
| YUV | 101.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 81 | 0 | 0.18 | 0.32 | 0.53 | 25.26 | 0.19 | 0.39 |
| Hex | 77 | 61 | 51 | 0 | 12 | 20 | 35 | 19 | 13 | 27 |
| Octal | 167 | 141 | 121 | 0 | 22 | 40 | 65 | 31 | 23 | 47 |
| Binary | 1110111 | 1100001 | 1010001 | 0 | 10010 | 100000 | 110101 | 11001 | 10011 | 100111 |
Color Harmonies of #776151
Complementary color
Monochromatic Colors of #776151
Black with #776151
Text Example
Text Example
White with #776151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776151; }
p { color: rgb(119,97,81); }
H1.HeaderClassName
{
color: #776151;
}
.AnyTagClassName
{
color: #776151;
}
</style>
background-color css
<style>
a { background-color: #776151; }
a { background-color: rgb(119,97,81); }
div.DivClassName
{
background-color: #776151;
}
.BgClassName
{
background-color: #776151;
}
</style>
border-color css
<style>
span { border-color: #776151; }
span { border-color: rgb(119,97,81); }
td.TdClassName
{
border-color: #776151;
}
.TagClassName
{
border-color: #776151;
}
</style>