Shades of Pine Cone #77644F
Tints of Pine Cone #77644F
RGB
CMYK
RGB Variations
Color information
#77644F (or 0x77644F) is known color: Pine Cone. HEX triplet: 77, 64 and 4F. RGB value is (119,100,79). Sum of RGB (Red+Green+Blue) = 119+100+79=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #77644F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77644F is #889BB0. Grayscale: #676767. Windows color (decimal): -8952753 or 5203063. OLE color: 5203063.
HSL color Cylindrical-coordinate representation of color #77644F: hue angle of 31.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77644F is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 100 | 79 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.53 |
| HSL | 31.5º | 0.2% | 0.39% | - |
| HSV(B) | 31.5º | 0.34% | 0.47% | - |
| XYZ | 13.58 | 13.6 | 9.31 | - |
| YUV | 103.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 79 | 0 | 0.16 | 0.34 | 0.53 | 31.5 | 0.2 | 0.39 |
| Hex | 77 | 64 | 4F | 0 | 10 | 22 | 35 | 1F | 14 | 27 |
| Octal | 167 | 144 | 117 | 0 | 20 | 42 | 65 | 37 | 24 | 47 |
| Binary | 1110111 | 1100100 | 1001111 | 0 | 10000 | 100010 | 110101 | 11111 | 10100 | 100111 |
Color Harmonies of #77644F
Complementary color
Monochromatic Colors of #77644F
Black with #77644F
Text Example
Text Example
White with #77644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77644F; }
p { color: rgb(119,100,79); }
H1.HeaderClassName
{
color: #77644F;
}
.AnyTagClassName
{
color: #77644F;
}
</style>
background-color css
<style>
a { background-color: #77644F; }
a { background-color: rgb(119,100,79); }
div.DivClassName
{
background-color: #77644F;
}
.BgClassName
{
background-color: #77644F;
}
</style>
border-color css
<style>
span { border-color: #77644F; }
span { border-color: rgb(119,100,79); }
td.TdClassName
{
border-color: #77644F;
}
.TagClassName
{
border-color: #77644F;
}
</style>