Shades of Pine Cone #7A6651
Tints of Pine Cone #7A6651
RGB
CMYK
RGB Variations
Color information
#7A6651 (or 0x7A6651) is known color: Pine Cone. HEX triplet: 7A, 66 and 51. RGB value is (122,102,81). Sum of RGB (Red+Green+Blue) = 122+102+81=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6651 is #8599AE. Grayscale: #696969. Windows color (decimal): -8755631 or 5334650. OLE color: 5334650.
HSL color Cylindrical-coordinate representation of color #7A6651: hue angle of 30.73º degrees, saturation: 0.2, 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 #7A6651 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 81 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.52 |
| HSL | 30.73º | 0.2% | 0.4% | - |
| HSV(B) | 30.73º | 0.34% | 0.48% | - |
| XYZ | 14.26 | 14.23 | 9.78 | - |
| YUV | 105.59 | 114.13 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 81 | 0 | 0.16 | 0.34 | 0.52 | 30.73 | 0.2 | 0.4 |
| Hex | 7A | 66 | 51 | 0 | 10 | 22 | 34 | 1F | 14 | 28 |
| Octal | 172 | 146 | 121 | 0 | 20 | 42 | 64 | 37 | 24 | 50 |
| Binary | 1111010 | 1100110 | 1010001 | 0 | 10000 | 100010 | 110100 | 11111 | 10100 | 101000 |
Color Harmonies of #7A6651
Complementary color
Monochromatic Colors of #7A6651
Black with #7A6651
Text Example
Text Example
White with #7A6651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6651; }
p { color: rgb(122,102,81); }
H1.HeaderClassName
{
color: #7A6651;
}
.AnyTagClassName
{
color: #7A6651;
}
</style>
background-color css
<style>
a { background-color: #7A6651; }
a { background-color: rgb(122,102,81); }
div.DivClassName
{
background-color: #7A6651;
}
.BgClassName
{
background-color: #7A6651;
}
</style>
border-color css
<style>
span { border-color: #7A6651; }
span { border-color: rgb(122,102,81); }
td.TdClassName
{
border-color: #7A6651;
}
.TagClassName
{
border-color: #7A6651;
}
</style>