Shades of Pine Cone #7A654C
Tints of Pine Cone #7A654C
RGB
CMYK
RGB Variations
Color information
#7A654C (or 0x7A654C) is known color: Pine Cone. HEX triplet: 7A, 65 and 4C. RGB value is (122,101,76). Sum of RGB (Red+Green+Blue) = 122+101+76=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A654C is #859AB3. Grayscale: #686868. Windows color (decimal): -8755892 or 5006714. OLE color: 5006714.
HSL color Cylindrical-coordinate representation of color #7A654C: hue angle of 32.61º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A654C is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 101 | 76 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.52 |
| HSL | 32.61º | 0.23% | 0.39% | - |
| HSV(B) | 32.61º | 0.38% | 0.48% | - |
| XYZ | 13.98 | 13.97 | 8.8 | - |
| YUV | 104.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 76 | 0 | 0.17 | 0.38 | 0.52 | 32.61 | 0.23 | 0.39 |
| Hex | 7A | 65 | 4C | 0 | 11 | 26 | 34 | 21 | 17 | 27 |
| Octal | 172 | 145 | 114 | 0 | 21 | 46 | 64 | 41 | 27 | 47 |
| Binary | 1111010 | 1100101 | 1001100 | 0 | 10001 | 100110 | 110100 | 100001 | 10111 | 100111 |
Color Harmonies of #7A654C
Complementary color
Monochromatic Colors of #7A654C
Black with #7A654C
Text Example
Text Example
White with #7A654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A654C; }
p { color: rgb(122,101,76); }
H1.HeaderClassName
{
color: #7A654C;
}
.AnyTagClassName
{
color: #7A654C;
}
</style>
background-color css
<style>
a { background-color: #7A654C; }
a { background-color: rgb(122,101,76); }
div.DivClassName
{
background-color: #7A654C;
}
.BgClassName
{
background-color: #7A654C;
}
</style>
border-color css
<style>
span { border-color: #7A654C; }
span { border-color: rgb(122,101,76); }
td.TdClassName
{
border-color: #7A654C;
}
.TagClassName
{
border-color: #7A654C;
}
</style>