Shades of Pine Cone #76695D
Tints of Pine Cone #76695D
RGB
CMYK
RGB Variations
Color information
#76695D (or 0x76695D) is known color: Pine Cone. HEX triplet: 76, 69 and 5D. RGB value is (118,105,93). Sum of RGB (Red+Green+Blue) = 118+105+93=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #76695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76695D is #8996A2. Grayscale: #6B6B6B. Windows color (decimal): -9016995 or 6121846. OLE color: 6121846.
HSL color Cylindrical-coordinate representation of color #76695D: hue angle of 28.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76695D is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 105 | 93 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.54 |
| HSL | 28.8º | 0.12% | 0.41% | - |
| HSV(B) | 28.8º | 0.21% | 0.46% | - |
| XYZ | 14.5 | 14.75 | 12.44 | - |
| YUV | 107.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 93 | 0 | 0.11 | 0.21 | 0.54 | 28.8 | 0.12 | 0.41 |
| Hex | 76 | 69 | 5D | 0 | B | 15 | 36 | 1D | C | 29 |
| Octal | 166 | 151 | 135 | 0 | 13 | 25 | 66 | 35 | 14 | 51 |
| Binary | 1110110 | 1101001 | 1011101 | 0 | 1011 | 10101 | 110110 | 11101 | 1100 | 101001 |
Color Harmonies of #76695D
Complementary color
Monochromatic Colors of #76695D
Black with #76695D
Text Example
Text Example
White with #76695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76695D; }
p { color: rgb(118,105,93); }
H1.HeaderClassName
{
color: #76695D;
}
.AnyTagClassName
{
color: #76695D;
}
</style>
background-color css
<style>
a { background-color: #76695D; }
a { background-color: rgb(118,105,93); }
div.DivClassName
{
background-color: #76695D;
}
.BgClassName
{
background-color: #76695D;
}
</style>
border-color css
<style>
span { border-color: #76695D; }
span { border-color: rgb(118,105,93); }
td.TdClassName
{
border-color: #76695D;
}
.TagClassName
{
border-color: #76695D;
}
</style>