Shades of Pine Cone #7A654E
Tints of Pine Cone #7A654E
RGB
CMYK
RGB Variations
Color information
#7A654E (or 0x7A654E) is known color: Pine Cone. HEX triplet: 7A, 65 and 4E. RGB value is (122,101,78). Sum of RGB (Red+Green+Blue) = 122+101+78=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 122 - color contains mainly: red. Hex color #7A654E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A654E is #859AB1. Grayscale: #686868. Windows color (decimal): -8755890 or 5137786. OLE color: 5137786.
HSL color Cylindrical-coordinate representation of color #7A654E: hue angle of 31.36º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A654E is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 101 | 78 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.52 |
| HSL | 31.36º | 0.22% | 0.39% | - |
| HSV(B) | 31.36º | 0.36% | 0.48% | - |
| XYZ | 14.05 | 14 | 9.17 | - |
| YUV | 104.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 78 | 0 | 0.17 | 0.36 | 0.52 | 31.36 | 0.22 | 0.39 |
| Hex | 7A | 65 | 4E | 0 | 11 | 24 | 34 | 1F | 16 | 27 |
| Octal | 172 | 145 | 116 | 0 | 21 | 44 | 64 | 37 | 26 | 47 |
| Binary | 1111010 | 1100101 | 1001110 | 0 | 10001 | 100100 | 110100 | 11111 | 10110 | 100111 |
Color Harmonies of #7A654E
Complementary color
Monochromatic Colors of #7A654E
Black with #7A654E
Text Example
Text Example
White with #7A654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A654E; }
p { color: rgb(122,101,78); }
H1.HeaderClassName
{
color: #7A654E;
}
.AnyTagClassName
{
color: #7A654E;
}
</style>
background-color css
<style>
a { background-color: #7A654E; }
a { background-color: rgb(122,101,78); }
div.DivClassName
{
background-color: #7A654E;
}
.BgClassName
{
background-color: #7A654E;
}
</style>
border-color css
<style>
span { border-color: #7A654E; }
span { border-color: rgb(122,101,78); }
td.TdClassName
{
border-color: #7A654E;
}
.TagClassName
{
border-color: #7A654E;
}
</style>