Shades of Pine Cone #77644D
Tints of Pine Cone #77644D
RGB
CMYK
RGB Variations
Color information
#77644D (or 0x77644D) is known color: Pine Cone. HEX triplet: 77, 64 and 4D. RGB value is (119,100,77). Sum of RGB (Red+Green+Blue) = 119+100+77=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #77644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77644D is #889BB2. Grayscale: #676767. Windows color (decimal): -8952755 or 5071991. OLE color: 5071991.
HSL color Cylindrical-coordinate representation of color #77644D: hue angle of 32.86º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77644D is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 100 | 77 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.53 |
| HSL | 32.86º | 0.21% | 0.38% | - |
| HSV(B) | 32.86º | 0.35% | 0.47% | - |
| XYZ | 13.5 | 13.57 | 8.93 | - |
| YUV | 103.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 77 | 0 | 0.16 | 0.35 | 0.53 | 32.86 | 0.21 | 0.38 |
| Hex | 77 | 64 | 4D | 0 | 10 | 23 | 35 | 21 | 15 | 26 |
| Octal | 167 | 144 | 115 | 0 | 20 | 43 | 65 | 41 | 25 | 46 |
| Binary | 1110111 | 1100100 | 1001101 | 0 | 10000 | 100011 | 110101 | 100001 | 10101 | 100110 |
Color Harmonies of #77644D
Complementary color
Monochromatic Colors of #77644D
Black with #77644D
Text Example
Text Example
White with #77644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77644D; }
p { color: rgb(119,100,77); }
H1.HeaderClassName
{
color: #77644D;
}
.AnyTagClassName
{
color: #77644D;
}
</style>
background-color css
<style>
a { background-color: #77644D; }
a { background-color: rgb(119,100,77); }
div.DivClassName
{
background-color: #77644D;
}
.BgClassName
{
background-color: #77644D;
}
</style>
border-color css
<style>
span { border-color: #77644D; }
span { border-color: rgb(119,100,77); }
td.TdClassName
{
border-color: #77644D;
}
.TagClassName
{
border-color: #77644D;
}
</style>