Shades of Pine Cone #7A644B
Tints of Pine Cone #7A644B
RGB
CMYK
RGB Variations
Color information
#7A644B (or 0x7A644B) is known color: Pine Cone. HEX triplet: 7A, 64 and 4B. RGB value is (122,100,75). Sum of RGB (Red+Green+Blue) = 122+100+75=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 122 - color contains mainly: red. Hex color #7A644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A644B is #859BB4. Grayscale: #676767. Windows color (decimal): -8756149 or 4940922. OLE color: 4940922.
HSL color Cylindrical-coordinate representation of color #7A644B: hue angle of 31.91º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A644B is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 100 | 75 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.52 |
| HSL | 31.91º | 0.24% | 0.39% | - |
| HSV(B) | 31.91º | 0.39% | 0.48% | - |
| XYZ | 13.85 | 13.76 | 8.58 | - |
| YUV | 103.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 75 | 0 | 0.18 | 0.39 | 0.52 | 31.91 | 0.24 | 0.39 |
| Hex | 7A | 64 | 4B | 0 | 12 | 27 | 34 | 20 | 18 | 27 |
| Octal | 172 | 144 | 113 | 0 | 22 | 47 | 64 | 40 | 30 | 47 |
| Binary | 1111010 | 1100100 | 1001011 | 0 | 10010 | 100111 | 110100 | 100000 | 11000 | 100111 |
Color Harmonies of #7A644B
Complementary color
Monochromatic Colors of #7A644B
Black with #7A644B
Text Example
Text Example
White with #7A644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A644B; }
p { color: rgb(122,100,75); }
H1.HeaderClassName
{
color: #7A644B;
}
.AnyTagClassName
{
color: #7A644B;
}
</style>
background-color css
<style>
a { background-color: #7A644B; }
a { background-color: rgb(122,100,75); }
div.DivClassName
{
background-color: #7A644B;
}
.BgClassName
{
background-color: #7A644B;
}
</style>
border-color css
<style>
span { border-color: #7A644B; }
span { border-color: rgb(122,100,75); }
td.TdClassName
{
border-color: #7A644B;
}
.TagClassName
{
border-color: #7A644B;
}
</style>