Shades of Pine Cone #7C644D
Tints of Pine Cone #7C644D
RGB
CMYK
RGB Variations
Color information
#7C644D (or 0x7C644D) is known color: Pine Cone. HEX triplet: 7C, 64 and 4D. RGB value is (124,100,77). Sum of RGB (Red+Green+Blue) = 124+100+77=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 124 - color contains mainly: red. Hex color #7C644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C644D is #839BB2. Grayscale: #686868. Windows color (decimal): -8625075 or 5071996. OLE color: 5071996.
HSL color Cylindrical-coordinate representation of color #7C644D: hue angle of 29.36º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C644D is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 100 | 77 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.51 |
| HSL | 29.36º | 0.23% | 0.39% | - |
| HSV(B) | 29.36º | 0.38% | 0.49% | - |
| XYZ | 14.21 | 13.94 | 8.96 | - |
| YUV | 104.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 77 | 0 | 0.19 | 0.38 | 0.51 | 29.36 | 0.23 | 0.39 |
| Hex | 7C | 64 | 4D | 0 | 13 | 26 | 33 | 1D | 17 | 27 |
| Octal | 174 | 144 | 115 | 0 | 23 | 46 | 63 | 35 | 27 | 47 |
| Binary | 1111100 | 1100100 | 1001101 | 0 | 10011 | 100110 | 110011 | 11101 | 10111 | 100111 |
Color Harmonies of #7C644D
Complementary color
Monochromatic Colors of #7C644D
Black with #7C644D
Text Example
Text Example
White with #7C644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C644D; }
p { color: rgb(124,100,77); }
H1.HeaderClassName
{
color: #7C644D;
}
.AnyTagClassName
{
color: #7C644D;
}
</style>
background-color css
<style>
a { background-color: #7C644D; }
a { background-color: rgb(124,100,77); }
div.DivClassName
{
background-color: #7C644D;
}
.BgClassName
{
background-color: #7C644D;
}
</style>
border-color css
<style>
span { border-color: #7C644D; }
span { border-color: rgb(124,100,77); }
td.TdClassName
{
border-color: #7C644D;
}
.TagClassName
{
border-color: #7C644D;
}
</style>