Shades of Pine Cone #7A6451
Tints of Pine Cone #7A6451
RGB
CMYK
RGB Variations
Color information
#7A6451 (or 0x7A6451) is known color: Pine Cone. HEX triplet: 7A, 64 and 51. RGB value is (122,100,81). Sum of RGB (Red+Green+Blue) = 122+100+81=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6451 is #859BAE. Grayscale: #686868. Windows color (decimal): -8756143 or 5334138. OLE color: 5334138.
HSL color Cylindrical-coordinate representation of color #7A6451: hue angle of 27.8º 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 #7A6451 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 100 | 81 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.52 |
| HSL | 27.8º | 0.2% | 0.4% | - |
| HSV(B) | 27.8º | 0.34% | 0.48% | - |
| XYZ | 14.07 | 13.85 | 9.72 | - |
| YUV | 104.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 81 | 0 | 0.18 | 0.34 | 0.52 | 27.8 | 0.2 | 0.4 |
| Hex | 7A | 64 | 51 | 0 | 12 | 22 | 34 | 1C | 14 | 28 |
| Octal | 172 | 144 | 121 | 0 | 22 | 42 | 64 | 34 | 24 | 50 |
| Binary | 1111010 | 1100100 | 1010001 | 0 | 10010 | 100010 | 110100 | 11100 | 10100 | 101000 |
Color Harmonies of #7A6451
Complementary color
Monochromatic Colors of #7A6451
Black with #7A6451
Text Example
Text Example
White with #7A6451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6451; }
p { color: rgb(122,100,81); }
H1.HeaderClassName
{
color: #7A6451;
}
.AnyTagClassName
{
color: #7A6451;
}
</style>
background-color css
<style>
a { background-color: #7A6451; }
a { background-color: rgb(122,100,81); }
div.DivClassName
{
background-color: #7A6451;
}
.BgClassName
{
background-color: #7A6451;
}
</style>
border-color css
<style>
span { border-color: #7A6451; }
span { border-color: rgb(122,100,81); }
td.TdClassName
{
border-color: #7A6451;
}
.TagClassName
{
border-color: #7A6451;
}
</style>