Shades of Pine Cone #7A6850
Tints of Pine Cone #7A6850
RGB
CMYK
RGB Variations
Color information
#7A6850 (or 0x7A6850) is known color: Pine Cone. HEX triplet: 7A, 68 and 50. RGB value is (122,104,80). Sum of RGB (Red+Green+Blue) = 122+104+80=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6850 is #8597AF. Grayscale: #6A6A6A. Windows color (decimal): -8755120 or 5269626. OLE color: 5269626.
HSL color Cylindrical-coordinate representation of color #7A6850: hue angle of 34.29º degrees, saturation: 0.21, 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 #7A6850 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 104 | 80 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.52 |
| HSL | 34.29º | 0.21% | 0.4% | - |
| HSV(B) | 34.29º | 0.34% | 0.48% | - |
| XYZ | 14.42 | 14.62 | 9.65 | - |
| YUV | 106.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 80 | 0 | 0.15 | 0.34 | 0.52 | 34.29 | 0.21 | 0.4 |
| Hex | 7A | 68 | 50 | 0 | F | 22 | 34 | 22 | 15 | 28 |
| Octal | 172 | 150 | 120 | 0 | 17 | 42 | 64 | 42 | 25 | 50 |
| Binary | 1111010 | 1101000 | 1010000 | 0 | 1111 | 100010 | 110100 | 100010 | 10101 | 101000 |
Color Harmonies of #7A6850
Complementary color
Monochromatic Colors of #7A6850
Black with #7A6850
Text Example
Text Example
White with #7A6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6850; }
p { color: rgb(122,104,80); }
H1.HeaderClassName
{
color: #7A6850;
}
.AnyTagClassName
{
color: #7A6850;
}
</style>
background-color css
<style>
a { background-color: #7A6850; }
a { background-color: rgb(122,104,80); }
div.DivClassName
{
background-color: #7A6850;
}
.BgClassName
{
background-color: #7A6850;
}
</style>
border-color css
<style>
span { border-color: #7A6850; }
span { border-color: rgb(122,104,80); }
td.TdClassName
{
border-color: #7A6850;
}
.TagClassName
{
border-color: #7A6850;
}
</style>