Shades of Pine Cone #7A6851
Tints of Pine Cone #7A6851
RGB
CMYK
RGB Variations
Color information
#7A6851 (or 0x7A6851) is known color: Pine Cone. HEX triplet: 7A, 68 and 51. RGB value is (122,104,81). Sum of RGB (Red+Green+Blue) = 122+104+81=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6851 is #8597AE. Grayscale: #6A6A6A. Windows color (decimal): -8755119 or 5335162. OLE color: 5335162.
HSL color Cylindrical-coordinate representation of color #7A6851: hue angle of 33.66º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A6851 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 104 | 81 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.52 |
| HSL | 33.66º | 0.2% | 0.4% | - |
| HSV(B) | 33.66º | 0.34% | 0.48% | - |
| XYZ | 14.46 | 14.63 | 9.85 | - |
| YUV | 106.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 81 | 0 | 0.15 | 0.34 | 0.52 | 33.66 | 0.2 | 0.4 |
| Hex | 7A | 68 | 51 | 0 | F | 22 | 34 | 22 | 14 | 28 |
| Octal | 172 | 150 | 121 | 0 | 17 | 42 | 64 | 42 | 24 | 50 |
| Binary | 1111010 | 1101000 | 1010001 | 0 | 1111 | 100010 | 110100 | 100010 | 10100 | 101000 |
Color Harmonies of #7A6851
Complementary color
Monochromatic Colors of #7A6851
Black with #7A6851
Text Example
Text Example
White with #7A6851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6851; }
p { color: rgb(122,104,81); }
H1.HeaderClassName
{
color: #7A6851;
}
.AnyTagClassName
{
color: #7A6851;
}
</style>
background-color css
<style>
a { background-color: #7A6851; }
a { background-color: rgb(122,104,81); }
div.DivClassName
{
background-color: #7A6851;
}
.BgClassName
{
background-color: #7A6851;
}
</style>
border-color css
<style>
span { border-color: #7A6851; }
span { border-color: rgb(122,104,81); }
td.TdClassName
{
border-color: #7A6851;
}
.TagClassName
{
border-color: #7A6851;
}
</style>