Shades of Pine Cone #77695D
Tints of Pine Cone #77695D
RGB
CMYK
RGB Variations
Color information
#77695D (or 0x77695D) is known color: Pine Cone. HEX triplet: 77, 69 and 5D. RGB value is (119,105,93). Sum of RGB (Red+Green+Blue) = 119+105+93=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #77695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77695D is #8896A2. Grayscale: #6B6B6B. Windows color (decimal): -8951459 or 6121847. OLE color: 6121847.
HSL color Cylindrical-coordinate representation of color #77695D: hue angle of 27.69º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #77695D is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 93 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.53 |
| HSL | 27.69º | 0.12% | 0.42% | - |
| HSV(B) | 27.69º | 0.22% | 0.47% | - |
| XYZ | 14.64 | 14.82 | 12.44 | - |
| YUV | 107.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 93 | 0 | 0.12 | 0.22 | 0.53 | 27.69 | 0.12 | 0.42 |
| Hex | 77 | 69 | 5D | 0 | C | 16 | 35 | 1C | C | 2A |
| Octal | 167 | 151 | 135 | 0 | 14 | 26 | 65 | 34 | 14 | 52 |
| Binary | 1110111 | 1101001 | 1011101 | 0 | 1100 | 10110 | 110101 | 11100 | 1100 | 101010 |
Color Harmonies of #77695D
Complementary color
Monochromatic Colors of #77695D
Black with #77695D
Text Example
Text Example
White with #77695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77695D; }
p { color: rgb(119,105,93); }
H1.HeaderClassName
{
color: #77695D;
}
.AnyTagClassName
{
color: #77695D;
}
</style>
background-color css
<style>
a { background-color: #77695D; }
a { background-color: rgb(119,105,93); }
div.DivClassName
{
background-color: #77695D;
}
.BgClassName
{
background-color: #77695D;
}
</style>
border-color css
<style>
span { border-color: #77695D; }
span { border-color: rgb(119,105,93); }
td.TdClassName
{
border-color: #77695D;
}
.TagClassName
{
border-color: #77695D;
}
</style>