Shades of Pine Cone #7A6553
Tints of Pine Cone #7A6553
RGB
CMYK
RGB Variations
Color information
#7A6553 (or 0x7A6553) is known color: Pine Cone. HEX triplet: 7A, 65 and 53. RGB value is (122,101,83). Sum of RGB (Red+Green+Blue) = 122+101+83=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6553 is #859AAC. Grayscale: #696969. Windows color (decimal): -8755885 or 5465466. OLE color: 5465466.
HSL color Cylindrical-coordinate representation of color #7A6553: hue angle of 27.69º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A6553 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 101 | 83 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.52 |
| HSL | 27.69º | 0.19% | 0.4% | - |
| HSV(B) | 27.69º | 0.32% | 0.48% | - |
| XYZ | 14.24 | 14.07 | 10.15 | - |
| YUV | 105.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 83 | 0 | 0.17 | 0.32 | 0.52 | 27.69 | 0.19 | 0.4 |
| Hex | 7A | 65 | 53 | 0 | 11 | 20 | 34 | 1C | 13 | 28 |
| Octal | 172 | 145 | 123 | 0 | 21 | 40 | 64 | 34 | 23 | 50 |
| Binary | 1111010 | 1100101 | 1010011 | 0 | 10001 | 100000 | 110100 | 11100 | 10011 | 101000 |
Color Harmonies of #7A6553
Complementary color
Monochromatic Colors of #7A6553
Black with #7A6553
Text Example
Text Example
White with #7A6553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6553; }
p { color: rgb(122,101,83); }
H1.HeaderClassName
{
color: #7A6553;
}
.AnyTagClassName
{
color: #7A6553;
}
</style>
background-color css
<style>
a { background-color: #7A6553; }
a { background-color: rgb(122,101,83); }
div.DivClassName
{
background-color: #7A6553;
}
.BgClassName
{
background-color: #7A6553;
}
</style>
border-color css
<style>
span { border-color: #7A6553; }
span { border-color: rgb(122,101,83); }
td.TdClassName
{
border-color: #7A6553;
}
.TagClassName
{
border-color: #7A6553;
}
</style>