Shades of Pine Cone #76614E
Tints of Pine Cone #76614E
RGB
CMYK
RGB Variations
Color information
#76614E (or 0x76614E) is known color: Pine Cone. HEX triplet: 76, 61 and 4E. RGB value is (118,97,78). Sum of RGB (Red+Green+Blue) = 118+97+78=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #76614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76614E is #899EB1. Grayscale: #656565. Windows color (decimal): -9019058 or 5136758. OLE color: 5136758.
HSL color Cylindrical-coordinate representation of color #76614E: hue angle of 28.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76614E is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 97 | 78 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.54 |
| HSL | 28.5º | 0.2% | 0.38% | - |
| HSV(B) | 28.5º | 0.34% | 0.46% | - |
| XYZ | 13.12 | 12.95 | 9.02 | - |
| YUV | 101.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 97 | 78 | 0 | 0.18 | 0.34 | 0.54 | 28.5 | 0.2 | 0.38 |
| Hex | 76 | 61 | 4E | 0 | 12 | 22 | 36 | 1C | 14 | 26 |
| Octal | 166 | 141 | 116 | 0 | 22 | 42 | 66 | 34 | 24 | 46 |
| Binary | 1110110 | 1100001 | 1001110 | 0 | 10010 | 100010 | 110110 | 11100 | 10100 | 100110 |
Color Harmonies of #76614E
Complementary color
Monochromatic Colors of #76614E
Black with #76614E
Text Example
Text Example
White with #76614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76614E; }
p { color: rgb(118,97,78); }
H1.HeaderClassName
{
color: #76614E;
}
.AnyTagClassName
{
color: #76614E;
}
</style>
background-color css
<style>
a { background-color: #76614E; }
a { background-color: rgb(118,97,78); }
div.DivClassName
{
background-color: #76614E;
}
.BgClassName
{
background-color: #76614E;
}
</style>
border-color css
<style>
span { border-color: #76614E; }
span { border-color: rgb(118,97,78); }
td.TdClassName
{
border-color: #76614E;
}
.TagClassName
{
border-color: #76614E;
}
</style>