Shades of Pine Cone #77695A
Tints of Pine Cone #77695A
RGB
CMYK
RGB Variations
Color information
#77695A (or 0x77695A) is known color: Pine Cone. HEX triplet: 77, 69 and 5A. RGB value is (119,105,90). Sum of RGB (Red+Green+Blue) = 119+105+90=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #77695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77695A is #8896A5. Grayscale: #6B6B6B. Windows color (decimal): -8951462 or 5925239. OLE color: 5925239.
HSL color Cylindrical-coordinate representation of color #77695A: hue angle of 31.03º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77695A is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 90 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.53 |
| HSL | 31.03º | 0.14% | 0.41% | - |
| HSV(B) | 31.03º | 0.24% | 0.47% | - |
| XYZ | 14.5 | 14.76 | 11.76 | - |
| YUV | 107.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 90 | 0 | 0.12 | 0.24 | 0.53 | 31.03 | 0.14 | 0.41 |
| Hex | 77 | 69 | 5A | 0 | C | 18 | 35 | 1F | E | 29 |
| Octal | 167 | 151 | 132 | 0 | 14 | 30 | 65 | 37 | 16 | 51 |
| Binary | 1110111 | 1101001 | 1011010 | 0 | 1100 | 11000 | 110101 | 11111 | 1110 | 101001 |
Color Harmonies of #77695A
Complementary color
Monochromatic Colors of #77695A
Black with #77695A
Text Example
Text Example
White with #77695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77695A; }
p { color: rgb(119,105,90); }
H1.HeaderClassName
{
color: #77695A;
}
.AnyTagClassName
{
color: #77695A;
}
</style>
background-color css
<style>
a { background-color: #77695A; }
a { background-color: rgb(119,105,90); }
div.DivClassName
{
background-color: #77695A;
}
.BgClassName
{
background-color: #77695A;
}
</style>
border-color css
<style>
span { border-color: #77695A; }
span { border-color: rgb(119,105,90); }
td.TdClassName
{
border-color: #77695A;
}
.TagClassName
{
border-color: #77695A;
}
</style>