Shades of Pine Cone #7C6852
Tints of Pine Cone #7C6852
RGB
CMYK
RGB Variations
Color information
#7C6852 (or 0x7C6852) is known color: Pine Cone. HEX triplet: 7C, 68 and 52. RGB value is (124,104,82). Sum of RGB (Red+Green+Blue) = 124+104+82=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6852 is #8397AD. Grayscale: #6B6B6B. Windows color (decimal): -8624046 or 5400700. OLE color: 5400700.
HSL color Cylindrical-coordinate representation of color #7C6852: hue angle of 31.43º 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 #7C6852 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 104 | 82 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.51 |
| HSL | 31.43º | 0.2% | 0.4% | - |
| HSV(B) | 31.43º | 0.34% | 0.49% | - |
| XYZ | 14.79 | 14.79 | 10.06 | - |
| YUV | 107.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 82 | 0 | 0.16 | 0.34 | 0.51 | 31.43 | 0.2 | 0.4 |
| Hex | 7C | 68 | 52 | 0 | 10 | 22 | 33 | 1F | 14 | 28 |
| Octal | 174 | 150 | 122 | 0 | 20 | 42 | 63 | 37 | 24 | 50 |
| Binary | 1111100 | 1101000 | 1010010 | 0 | 10000 | 100010 | 110011 | 11111 | 10100 | 101000 |
Color Harmonies of #7C6852
Complementary color
Monochromatic Colors of #7C6852
Black with #7C6852
Text Example
Text Example
White with #7C6852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6852; }
p { color: rgb(124,104,82); }
H1.HeaderClassName
{
color: #7C6852;
}
.AnyTagClassName
{
color: #7C6852;
}
</style>
background-color css
<style>
a { background-color: #7C6852; }
a { background-color: rgb(124,104,82); }
div.DivClassName
{
background-color: #7C6852;
}
.BgClassName
{
background-color: #7C6852;
}
</style>
border-color css
<style>
span { border-color: #7C6852; }
span { border-color: rgb(124,104,82); }
td.TdClassName
{
border-color: #7C6852;
}
.TagClassName
{
border-color: #7C6852;
}
</style>