Shades of Pine Cone #77644E
Tints of Pine Cone #77644E
RGB
CMYK
RGB Variations
Color information
#77644E (or 0x77644E) is known color: Pine Cone. HEX triplet: 77, 64 and 4E. RGB value is (119,100,78). Sum of RGB (Red+Green+Blue) = 119+100+78=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #77644E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77644E is #889BB1. Grayscale: #676767. Windows color (decimal): -8952754 or 5137527. OLE color: 5137527.
HSL color Cylindrical-coordinate representation of color #77644E: hue angle of 32.2º degrees, saturation: 0.21, 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 #77644E is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 100 | 78 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.53 |
| HSL | 32.2º | 0.21% | 0.39% | - |
| HSV(B) | 32.2º | 0.34% | 0.47% | - |
| XYZ | 13.54 | 13.59 | 9.12 | - |
| YUV | 103.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 78 | 0 | 0.16 | 0.34 | 0.53 | 32.2 | 0.21 | 0.39 |
| Hex | 77 | 64 | 4E | 0 | 10 | 22 | 35 | 20 | 15 | 27 |
| Octal | 167 | 144 | 116 | 0 | 20 | 42 | 65 | 40 | 25 | 47 |
| Binary | 1110111 | 1100100 | 1001110 | 0 | 10000 | 100010 | 110101 | 100000 | 10101 | 100111 |
Color Harmonies of #77644E
Complementary color
Monochromatic Colors of #77644E
Black with #77644E
Text Example
Text Example
White with #77644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77644E; }
p { color: rgb(119,100,78); }
H1.HeaderClassName
{
color: #77644E;
}
.AnyTagClassName
{
color: #77644E;
}
</style>
background-color css
<style>
a { background-color: #77644E; }
a { background-color: rgb(119,100,78); }
div.DivClassName
{
background-color: #77644E;
}
.BgClassName
{
background-color: #77644E;
}
</style>
border-color css
<style>
span { border-color: #77644E; }
span { border-color: rgb(119,100,78); }
td.TdClassName
{
border-color: #77644E;
}
.TagClassName
{
border-color: #77644E;
}
</style>