Shades of Pine Cone #7C6952
Tints of Pine Cone #7C6952
RGB
CMYK
RGB Variations
Color information
#7C6952 (or 0x7C6952) is known color: Pine Cone. HEX triplet: 7C, 69 and 52. RGB value is (124,105,82). Sum of RGB (Red+Green+Blue) = 124+105+82=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6952 is #8396AD. Grayscale: #6C6C6C. Windows color (decimal): -8623790 or 5400956. OLE color: 5400956.
HSL color Cylindrical-coordinate representation of color #7C6952: hue angle of 32.86º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C6952 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 105 | 82 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.51 |
| HSL | 32.86º | 0.2% | 0.4% | - |
| HSV(B) | 32.86º | 0.34% | 0.49% | - |
| XYZ | 14.89 | 15 | 10.09 | - |
| YUV | 108.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 105 | 82 | 0 | 0.15 | 0.34 | 0.51 | 32.86 | 0.2 | 0.4 |
| Hex | 7C | 69 | 52 | 0 | F | 22 | 33 | 21 | 14 | 28 |
| Octal | 174 | 151 | 122 | 0 | 17 | 42 | 63 | 41 | 24 | 50 |
| Binary | 1111100 | 1101001 | 1010010 | 0 | 1111 | 100010 | 110011 | 100001 | 10100 | 101000 |
Color Harmonies of #7C6952
Complementary color
Monochromatic Colors of #7C6952
Black with #7C6952
Text Example
Text Example
White with #7C6952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6952; }
p { color: rgb(124,105,82); }
H1.HeaderClassName
{
color: #7C6952;
}
.AnyTagClassName
{
color: #7C6952;
}
</style>
background-color css
<style>
a { background-color: #7C6952; }
a { background-color: rgb(124,105,82); }
div.DivClassName
{
background-color: #7C6952;
}
.BgClassName
{
background-color: #7C6952;
}
</style>
border-color css
<style>
span { border-color: #7C6952; }
span { border-color: rgb(124,105,82); }
td.TdClassName
{
border-color: #7C6952;
}
.TagClassName
{
border-color: #7C6952;
}
</style>