Shades of Pine Cone #7A634E
Tints of Pine Cone #7A634E
RGB
CMYK
RGB Variations
Color information
#7A634E (or 0x7A634E) is known color: Pine Cone. HEX triplet: 7A, 63 and 4E. RGB value is (122,99,78). Sum of RGB (Red+Green+Blue) = 122+99+78=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A634E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A634E is #859CB1. Grayscale: #676767. Windows color (decimal): -8756402 or 5137274. OLE color: 5137274.
HSL color Cylindrical-coordinate representation of color #7A634E: hue angle of 28.64º 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 #7A634E is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 99 | 78 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.52 |
| HSL | 28.64º | 0.22% | 0.39% | - |
| HSV(B) | 28.64º | 0.36% | 0.48% | - |
| XYZ | 13.86 | 13.61 | 9.1 | - |
| YUV | 103.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 78 | 0 | 0.19 | 0.36 | 0.52 | 28.64 | 0.22 | 0.39 |
| Hex | 7A | 63 | 4E | 0 | 13 | 24 | 34 | 1D | 16 | 27 |
| Octal | 172 | 143 | 116 | 0 | 23 | 44 | 64 | 35 | 26 | 47 |
| Binary | 1111010 | 1100011 | 1001110 | 0 | 10011 | 100100 | 110100 | 11101 | 10110 | 100111 |
Color Harmonies of #7A634E
Complementary color
Monochromatic Colors of #7A634E
Black with #7A634E
Text Example
Text Example
White with #7A634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A634E; }
p { color: rgb(122,99,78); }
H1.HeaderClassName
{
color: #7A634E;
}
.AnyTagClassName
{
color: #7A634E;
}
</style>
background-color css
<style>
a { background-color: #7A634E; }
a { background-color: rgb(122,99,78); }
div.DivClassName
{
background-color: #7A634E;
}
.BgClassName
{
background-color: #7A634E;
}
</style>
border-color css
<style>
span { border-color: #7A634E; }
span { border-color: rgb(122,99,78); }
td.TdClassName
{
border-color: #7A634E;
}
.TagClassName
{
border-color: #7A634E;
}
</style>