Shades of Pine Cone #7A6955
Tints of Pine Cone #7A6955
RGB
CMYK
RGB Variations
Color information
#7A6955 (or 0x7A6955) is known color: Pine Cone. HEX triplet: 7A, 69 and 55. RGB value is (122,105,85). Sum of RGB (Red+Green+Blue) = 122+105+85=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6955 is #8596AA. Grayscale: #6B6B6B. Windows color (decimal): -8754859 or 5597562. OLE color: 5597562.
HSL color Cylindrical-coordinate representation of color #7A6955: hue angle of 32.43º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A6955 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 105 | 85 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.52 |
| HSL | 32.43º | 0.18% | 0.41% | - |
| HSV(B) | 32.43º | 0.3% | 0.48% | - |
| XYZ | 14.72 | 14.9 | 10.69 | - |
| YUV | 107.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 85 | 0 | 0.14 | 0.30 | 0.52 | 32.43 | 0.18 | 0.41 |
| Hex | 7A | 69 | 55 | 0 | E | 1E | 34 | 20 | 12 | 29 |
| Octal | 172 | 151 | 125 | 0 | 16 | 36 | 64 | 40 | 22 | 51 |
| Binary | 1111010 | 1101001 | 1010101 | 0 | 1110 | 11110 | 110100 | 100000 | 10010 | 101001 |
Color Harmonies of #7A6955
Complementary color
Monochromatic Colors of #7A6955
Black with #7A6955
Text Example
Text Example
White with #7A6955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6955; }
p { color: rgb(122,105,85); }
H1.HeaderClassName
{
color: #7A6955;
}
.AnyTagClassName
{
color: #7A6955;
}
</style>
background-color css
<style>
a { background-color: #7A6955; }
a { background-color: rgb(122,105,85); }
div.DivClassName
{
background-color: #7A6955;
}
.BgClassName
{
background-color: #7A6955;
}
</style>
border-color css
<style>
span { border-color: #7A6955; }
span { border-color: rgb(122,105,85); }
td.TdClassName
{
border-color: #7A6955;
}
.TagClassName
{
border-color: #7A6955;
}
</style>