Shades of Pine Cone #7D6952
Tints of Pine Cone #7D6952
RGB
CMYK
RGB Variations
Color information
#7D6952 (or 0x7D6952) is known color: Pine Cone. HEX triplet: 7D, 69 and 52. RGB value is (125,105,82). Sum of RGB (Red+Green+Blue) = 125+105+82=312 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.06% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6952 is #8296AD. Grayscale: #6C6C6C. Windows color (decimal): -8558254 or 5400957. OLE color: 5400957.
HSL color Cylindrical-coordinate representation of color #7D6952: hue angle of 32.09º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D6952 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 105 | 82 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.51 |
| HSL | 32.09º | 0.21% | 0.41% | - |
| HSV(B) | 32.09º | 0.34% | 0.49% | - |
| XYZ | 15.03 | 15.07 | 10.1 | - |
| YUV | 108.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 105 | 82 | 0 | 0.16 | 0.34 | 0.51 | 32.09 | 0.21 | 0.41 |
| Hex | 7D | 69 | 52 | 0 | 10 | 22 | 33 | 20 | 15 | 29 |
| Octal | 175 | 151 | 122 | 0 | 20 | 42 | 63 | 40 | 25 | 51 |
| Binary | 1111101 | 1101001 | 1010010 | 0 | 10000 | 100010 | 110011 | 100000 | 10101 | 101001 |
Color Harmonies of #7D6952
Complementary color
Monochromatic Colors of #7D6952
Black with #7D6952
Text Example
Text Example
White with #7D6952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6952; }
p { color: rgb(125,105,82); }
H1.HeaderClassName
{
color: #7D6952;
}
.AnyTagClassName
{
color: #7D6952;
}
</style>
background-color css
<style>
a { background-color: #7D6952; }
a { background-color: rgb(125,105,82); }
div.DivClassName
{
background-color: #7D6952;
}
.BgClassName
{
background-color: #7D6952;
}
</style>
border-color css
<style>
span { border-color: #7D6952; }
span { border-color: rgb(125,105,82); }
td.TdClassName
{
border-color: #7D6952;
}
.TagClassName
{
border-color: #7D6952;
}
</style>