Shades of Pine Cone #76685C
Tints of Pine Cone #76685C
RGB
CMYK
RGB Variations
Color information
#76685C (or 0x76685C) is known color: Pine Cone. HEX triplet: 76, 68 and 5C. RGB value is (118,104,92). Sum of RGB (Red+Green+Blue) = 118+104+92=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #76685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76685C is #8997A3. Grayscale: #6A6A6A. Windows color (decimal): -9017252 or 6056054. OLE color: 6056054.
HSL color Cylindrical-coordinate representation of color #76685C: hue angle of 27.69º 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 #76685C is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 104 | 92 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.54 |
| HSL | 27.69º | 0.12% | 0.41% | - |
| HSV(B) | 27.69º | 0.22% | 0.46% | - |
| XYZ | 14.35 | 14.52 | 12.17 | - |
| YUV | 106.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 92 | 0 | 0.12 | 0.22 | 0.54 | 27.69 | 0.12 | 0.41 |
| Hex | 76 | 68 | 5C | 0 | C | 16 | 36 | 1C | C | 29 |
| Octal | 166 | 150 | 134 | 0 | 14 | 26 | 66 | 34 | 14 | 51 |
| Binary | 1110110 | 1101000 | 1011100 | 0 | 1100 | 10110 | 110110 | 11100 | 1100 | 101001 |
Color Harmonies of #76685C
Complementary color
Monochromatic Colors of #76685C
Black with #76685C
Text Example
Text Example
White with #76685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76685C; }
p { color: rgb(118,104,92); }
H1.HeaderClassName
{
color: #76685C;
}
.AnyTagClassName
{
color: #76685C;
}
</style>
background-color css
<style>
a { background-color: #76685C; }
a { background-color: rgb(118,104,92); }
div.DivClassName
{
background-color: #76685C;
}
.BgClassName
{
background-color: #76685C;
}
</style>
border-color css
<style>
span { border-color: #76685C; }
span { border-color: rgb(118,104,92); }
td.TdClassName
{
border-color: #76685C;
}
.TagClassName
{
border-color: #76685C;
}
</style>