Shades of Pine Cone #7A6854
Tints of Pine Cone #7A6854
RGB
CMYK
RGB Variations
Color information
#7A6854 (or 0x7A6854) is known color: Pine Cone. HEX triplet: 7A, 68 and 54. RGB value is (122,104,84). Sum of RGB (Red+Green+Blue) = 122+104+84=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6854 is #8597AB. Grayscale: #6B6B6B. Windows color (decimal): -8755116 or 5531770. OLE color: 5531770.
HSL color Cylindrical-coordinate representation of color #7A6854: hue angle of 31.58º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A6854 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 104 | 84 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.52 |
| HSL | 31.58º | 0.18% | 0.4% | - |
| HSV(B) | 31.58º | 0.31% | 0.48% | - |
| XYZ | 14.58 | 14.68 | 10.45 | - |
| YUV | 107.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 84 | 0 | 0.15 | 0.31 | 0.52 | 31.58 | 0.18 | 0.4 |
| Hex | 7A | 68 | 54 | 0 | F | 1F | 34 | 20 | 12 | 28 |
| Octal | 172 | 150 | 124 | 0 | 17 | 37 | 64 | 40 | 22 | 50 |
| Binary | 1111010 | 1101000 | 1010100 | 0 | 1111 | 11111 | 110100 | 100000 | 10010 | 101000 |
Color Harmonies of #7A6854
Complementary color
Monochromatic Colors of #7A6854
Black with #7A6854
Text Example
Text Example
White with #7A6854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6854; }
p { color: rgb(122,104,84); }
H1.HeaderClassName
{
color: #7A6854;
}
.AnyTagClassName
{
color: #7A6854;
}
</style>
background-color css
<style>
a { background-color: #7A6854; }
a { background-color: rgb(122,104,84); }
div.DivClassName
{
background-color: #7A6854;
}
.BgClassName
{
background-color: #7A6854;
}
</style>
border-color css
<style>
span { border-color: #7A6854; }
span { border-color: rgb(122,104,84); }
td.TdClassName
{
border-color: #7A6854;
}
.TagClassName
{
border-color: #7A6854;
}
</style>