Shades of Pine Cone #7A634F
Tints of Pine Cone #7A634F
RGB
CMYK
RGB Variations
Color information
#7A634F (or 0x7A634F) is known color: Pine Cone. HEX triplet: 7A, 63 and 4F. RGB value is (122,99,79). Sum of RGB (Red+Green+Blue) = 122+99+79=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 122 - color contains mainly: red. Hex color #7A634F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A634F is #859CB0. Grayscale: #676767. Windows color (decimal): -8756401 or 5202810. OLE color: 5202810.
HSL color Cylindrical-coordinate representation of color #7A634F: hue angle of 27.91º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A634F is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 99 | 79 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.52 |
| HSL | 27.91º | 0.21% | 0.39% | - |
| HSV(B) | 27.91º | 0.35% | 0.48% | - |
| XYZ | 13.9 | 13.63 | 9.29 | - |
| YUV | 103.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 79 | 0 | 0.19 | 0.35 | 0.52 | 27.91 | 0.21 | 0.39 |
| Hex | 7A | 63 | 4F | 0 | 13 | 23 | 34 | 1C | 15 | 27 |
| Octal | 172 | 143 | 117 | 0 | 23 | 43 | 64 | 34 | 25 | 47 |
| Binary | 1111010 | 1100011 | 1001111 | 0 | 10011 | 100011 | 110100 | 11100 | 10101 | 100111 |
Color Harmonies of #7A634F
Complementary color
Monochromatic Colors of #7A634F
Black with #7A634F
Text Example
Text Example
White with #7A634F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A634F; }
p { color: rgb(122,99,79); }
H1.HeaderClassName
{
color: #7A634F;
}
.AnyTagClassName
{
color: #7A634F;
}
</style>
background-color css
<style>
a { background-color: #7A634F; }
a { background-color: rgb(122,99,79); }
div.DivClassName
{
background-color: #7A634F;
}
.BgClassName
{
background-color: #7A634F;
}
</style>
border-color css
<style>
span { border-color: #7A634F; }
span { border-color: rgb(122,99,79); }
td.TdClassName
{
border-color: #7A634F;
}
.TagClassName
{
border-color: #7A634F;
}
</style>