Shades of Pine Cone #7C664E
Tints of Pine Cone #7C664E
RGB
CMYK
RGB Variations
Color information
#7C664E (or 0x7C664E) is known color: Pine Cone. HEX triplet: 7C, 66 and 4E. RGB value is (124,102,78). Sum of RGB (Red+Green+Blue) = 124+102+78=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 124 - color contains mainly: red. Hex color #7C664E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C664E is #8399B1. Grayscale: #696969. Windows color (decimal): -8624562 or 5138044. OLE color: 5138044.
HSL color Cylindrical-coordinate representation of color #7C664E: hue angle of 31.3º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C664E is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 102 | 78 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.51 |
| HSL | 31.3º | 0.23% | 0.4% | - |
| HSV(B) | 31.3º | 0.37% | 0.49% | - |
| XYZ | 14.44 | 14.34 | 9.21 | - |
| YUV | 105.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 102 | 78 | 0 | 0.18 | 0.37 | 0.51 | 31.3 | 0.23 | 0.4 |
| Hex | 7C | 66 | 4E | 0 | 12 | 25 | 33 | 1F | 17 | 28 |
| Octal | 174 | 146 | 116 | 0 | 22 | 45 | 63 | 37 | 27 | 50 |
| Binary | 1111100 | 1100110 | 1001110 | 0 | 10010 | 100101 | 110011 | 11111 | 10111 | 101000 |
Color Harmonies of #7C664E
Complementary color
Monochromatic Colors of #7C664E
Black with #7C664E
Text Example
Text Example
White with #7C664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C664E; }
p { color: rgb(124,102,78); }
H1.HeaderClassName
{
color: #7C664E;
}
.AnyTagClassName
{
color: #7C664E;
}
</style>
background-color css
<style>
a { background-color: #7C664E; }
a { background-color: rgb(124,102,78); }
div.DivClassName
{
background-color: #7C664E;
}
.BgClassName
{
background-color: #7C664E;
}
</style>
border-color css
<style>
span { border-color: #7C664E; }
span { border-color: rgb(124,102,78); }
td.TdClassName
{
border-color: #7C664E;
}
.TagClassName
{
border-color: #7C664E;
}
</style>