Shades of Pine Cone #76685A
Tints of Pine Cone #76685A
RGB
CMYK
RGB Variations
Color information
#76685A (or 0x76685A) is known color: Pine Cone. HEX triplet: 76, 68 and 5A. RGB value is (118,104,90). Sum of RGB (Red+Green+Blue) = 118+104+90=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #76685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76685A is #8997A5. Grayscale: #6A6A6A. Windows color (decimal): -9017254 or 5924982. OLE color: 5924982.
HSL color Cylindrical-coordinate representation of color #76685A: hue angle of 30º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76685A is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 104 | 90 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.54 |
| HSL | 30º | 0.13% | 0.41% | - |
| HSV(B) | 30º | 0.24% | 0.46% | - |
| XYZ | 14.27 | 14.49 | 11.72 | - |
| YUV | 106.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 90 | 0 | 0.12 | 0.24 | 0.54 | 30 | 0.13 | 0.41 |
| Hex | 76 | 68 | 5A | 0 | C | 18 | 36 | 1E | D | 29 |
| Octal | 166 | 150 | 132 | 0 | 14 | 30 | 66 | 36 | 15 | 51 |
| Binary | 1110110 | 1101000 | 1011010 | 0 | 1100 | 11000 | 110110 | 11110 | 1101 | 101001 |
Color Harmonies of #76685A
Complementary color
Monochromatic Colors of #76685A
Black with #76685A
Text Example
Text Example
White with #76685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76685A; }
p { color: rgb(118,104,90); }
H1.HeaderClassName
{
color: #76685A;
}
.AnyTagClassName
{
color: #76685A;
}
</style>
background-color css
<style>
a { background-color: #76685A; }
a { background-color: rgb(118,104,90); }
div.DivClassName
{
background-color: #76685A;
}
.BgClassName
{
background-color: #76685A;
}
</style>
border-color css
<style>
span { border-color: #76685A; }
span { border-color: rgb(118,104,90); }
td.TdClassName
{
border-color: #76685A;
}
.TagClassName
{
border-color: #76685A;
}
</style>