Shades of Pine Cone #7A644D
Tints of Pine Cone #7A644D
RGB
CMYK
RGB Variations
Color information
#7A644D (or 0x7A644D) is known color: Pine Cone. HEX triplet: 7A, 64 and 4D. RGB value is (122,100,77). Sum of RGB (Red+Green+Blue) = 122+100+77=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A644D is #859BB2. Grayscale: #686868. Windows color (decimal): -8756147 or 5071994. OLE color: 5071994.
HSL color Cylindrical-coordinate representation of color #7A644D: hue angle of 30.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A644D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 100 | 77 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.52 |
| HSL | 30.67º | 0.23% | 0.39% | - |
| HSV(B) | 30.67º | 0.37% | 0.48% | - |
| XYZ | 13.92 | 13.79 | 8.95 | - |
| YUV | 103.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 77 | 0 | 0.18 | 0.37 | 0.52 | 30.67 | 0.23 | 0.39 |
| Hex | 7A | 64 | 4D | 0 | 12 | 25 | 34 | 1F | 17 | 27 |
| Octal | 172 | 144 | 115 | 0 | 22 | 45 | 64 | 37 | 27 | 47 |
| Binary | 1111010 | 1100100 | 1001101 | 0 | 10010 | 100101 | 110100 | 11111 | 10111 | 100111 |
Color Harmonies of #7A644D
Complementary color
Monochromatic Colors of #7A644D
Black with #7A644D
Text Example
Text Example
White with #7A644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A644D; }
p { color: rgb(122,100,77); }
H1.HeaderClassName
{
color: #7A644D;
}
.AnyTagClassName
{
color: #7A644D;
}
</style>
background-color css
<style>
a { background-color: #7A644D; }
a { background-color: rgb(122,100,77); }
div.DivClassName
{
background-color: #7A644D;
}
.BgClassName
{
background-color: #7A644D;
}
</style>
border-color css
<style>
span { border-color: #7A644D; }
span { border-color: rgb(122,100,77); }
td.TdClassName
{
border-color: #7A644D;
}
.TagClassName
{
border-color: #7A644D;
}
</style>