Shades of Pine Cone #766554
Tints of Pine Cone #766554
RGB
CMYK
RGB Variations
Color information
#766554 (or 0x766554) is known color: Pine Cone. HEX triplet: 76, 65 and 54. RGB value is (118,101,84). Sum of RGB (Red+Green+Blue) = 118+101+84=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #766554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766554 is #899AAB. Grayscale: #686868. Windows color (decimal): -9018028 or 5530998. OLE color: 5530998.
HSL color Cylindrical-coordinate representation of color #766554: hue angle of 30º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766554 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 101 | 84 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.54 |
| HSL | 30º | 0.17% | 0.4% | - |
| HSV(B) | 30º | 0.29% | 0.46% | - |
| XYZ | 13.73 | 13.8 | 10.33 | - |
| YUV | 104.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 101 | 84 | 0 | 0.14 | 0.29 | 0.54 | 30 | 0.17 | 0.4 |
| Hex | 76 | 65 | 54 | 0 | E | 1D | 36 | 1E | 11 | 28 |
| Octal | 166 | 145 | 124 | 0 | 16 | 35 | 66 | 36 | 21 | 50 |
| Binary | 1110110 | 1100101 | 1010100 | 0 | 1110 | 11101 | 110110 | 11110 | 10001 | 101000 |
Color Harmonies of #766554
Complementary color
Monochromatic Colors of #766554
Black with #766554
Text Example
Text Example
White with #766554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766554; }
p { color: rgb(118,101,84); }
H1.HeaderClassName
{
color: #766554;
}
.AnyTagClassName
{
color: #766554;
}
</style>
background-color css
<style>
a { background-color: #766554; }
a { background-color: rgb(118,101,84); }
div.DivClassName
{
background-color: #766554;
}
.BgClassName
{
background-color: #766554;
}
</style>
border-color css
<style>
span { border-color: #766554; }
span { border-color: rgb(118,101,84); }
td.TdClassName
{
border-color: #766554;
}
.TagClassName
{
border-color: #766554;
}
</style>