Shades of Pine Cone #76634E
Tints of Pine Cone #76634E
RGB
CMYK
RGB Variations
Color information
#76634E (or 0x76634E) is known color: Pine Cone. HEX triplet: 76, 63 and 4E. RGB value is (118,99,78). Sum of RGB (Red+Green+Blue) = 118+99+78=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76634E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76634E is #899CB1. Grayscale: #666666. Windows color (decimal): -9018546 or 5137270. OLE color: 5137270.
HSL color Cylindrical-coordinate representation of color #76634E: hue angle of 31.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 #76634E is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 99 | 78 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.54 |
| HSL | 31.5º | 0.2% | 0.38% | - |
| HSV(B) | 31.5º | 0.34% | 0.46% | - |
| XYZ | 13.31 | 13.33 | 9.08 | - |
| YUV | 102.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 78 | 0 | 0.16 | 0.34 | 0.54 | 31.5 | 0.2 | 0.38 |
| Hex | 76 | 63 | 4E | 0 | 10 | 22 | 36 | 1F | 14 | 26 |
| Octal | 166 | 143 | 116 | 0 | 20 | 42 | 66 | 37 | 24 | 46 |
| Binary | 1110110 | 1100011 | 1001110 | 0 | 10000 | 100010 | 110110 | 11111 | 10100 | 100110 |
Color Harmonies of #76634E
Complementary color
Monochromatic Colors of #76634E
Black with #76634E
Text Example
Text Example
White with #76634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76634E; }
p { color: rgb(118,99,78); }
H1.HeaderClassName
{
color: #76634E;
}
.AnyTagClassName
{
color: #76634E;
}
</style>
background-color css
<style>
a { background-color: #76634E; }
a { background-color: rgb(118,99,78); }
div.DivClassName
{
background-color: #76634E;
}
.BgClassName
{
background-color: #76634E;
}
</style>
border-color css
<style>
span { border-color: #76634E; }
span { border-color: rgb(118,99,78); }
td.TdClassName
{
border-color: #76634E;
}
.TagClassName
{
border-color: #76634E;
}
</style>