Shades of Pine Cone #76695C
Tints of Pine Cone #76695C
RGB
CMYK
RGB Variations
Color information
#76695C (or 0x76695C) is known color: Pine Cone. HEX triplet: 76, 69 and 5C. RGB value is (118,105,92). Sum of RGB (Red+Green+Blue) = 118+105+92=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #76695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76695C is #8996A3. Grayscale: #6B6B6B. Windows color (decimal): -9016996 or 6056310. OLE color: 6056310.
HSL color Cylindrical-coordinate representation of color #76695C: hue angle of 30º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76695C is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 105 | 92 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.54 |
| HSL | 30º | 0.12% | 0.41% | - |
| HSV(B) | 30º | 0.22% | 0.46% | - |
| XYZ | 14.45 | 14.73 | 12.21 | - |
| YUV | 107.41 | 119.31 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 92 | 0 | 0.11 | 0.22 | 0.54 | 30 | 0.12 | 0.41 |
| Hex | 76 | 69 | 5C | 0 | B | 16 | 36 | 1E | C | 29 |
| Octal | 166 | 151 | 134 | 0 | 13 | 26 | 66 | 36 | 14 | 51 |
| Binary | 1110110 | 1101001 | 1011100 | 0 | 1011 | 10110 | 110110 | 11110 | 1100 | 101001 |
Color Harmonies of #76695C
Complementary color
Monochromatic Colors of #76695C
Black with #76695C
Text Example
Text Example
White with #76695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76695C; }
p { color: rgb(118,105,92); }
H1.HeaderClassName
{
color: #76695C;
}
.AnyTagClassName
{
color: #76695C;
}
</style>
background-color css
<style>
a { background-color: #76695C; }
a { background-color: rgb(118,105,92); }
div.DivClassName
{
background-color: #76695C;
}
.BgClassName
{
background-color: #76695C;
}
</style>
border-color css
<style>
span { border-color: #76695C; }
span { border-color: rgb(118,105,92); }
td.TdClassName
{
border-color: #76695C;
}
.TagClassName
{
border-color: #76695C;
}
</style>