Shades of Pine Cone #7C654F
Tints of Pine Cone #7C654F
RGB
CMYK
RGB Variations
Color information
#7C654F (or 0x7C654F) is known color: Pine Cone. HEX triplet: 7C, 65 and 4F. RGB value is (124,101,79). Sum of RGB (Red+Green+Blue) = 124+101+79=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 124 - color contains mainly: red. Hex color #7C654F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C654F is #839AB0. Grayscale: #696969. Windows color (decimal): -8624817 or 5203324. OLE color: 5203324.
HSL color Cylindrical-coordinate representation of color #7C654F: hue angle of 29.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C654F is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 101 | 79 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.51 |
| HSL | 29.33º | 0.22% | 0.4% | - |
| HSV(B) | 29.33º | 0.36% | 0.49% | - |
| XYZ | 14.38 | 14.16 | 9.37 | - |
| YUV | 105.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 79 | 0 | 0.19 | 0.36 | 0.51 | 29.33 | 0.22 | 0.4 |
| Hex | 7C | 65 | 4F | 0 | 13 | 24 | 33 | 1D | 16 | 28 |
| Octal | 174 | 145 | 117 | 0 | 23 | 44 | 63 | 35 | 26 | 50 |
| Binary | 1111100 | 1100101 | 1001111 | 0 | 10011 | 100100 | 110011 | 11101 | 10110 | 101000 |
Color Harmonies of #7C654F
Complementary color
Monochromatic Colors of #7C654F
Black with #7C654F
Text Example
Text Example
White with #7C654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C654F; }
p { color: rgb(124,101,79); }
H1.HeaderClassName
{
color: #7C654F;
}
.AnyTagClassName
{
color: #7C654F;
}
</style>
background-color css
<style>
a { background-color: #7C654F; }
a { background-color: rgb(124,101,79); }
div.DivClassName
{
background-color: #7C654F;
}
.BgClassName
{
background-color: #7C654F;
}
</style>
border-color css
<style>
span { border-color: #7C654F; }
span { border-color: rgb(124,101,79); }
td.TdClassName
{
border-color: #7C654F;
}
.TagClassName
{
border-color: #7C654F;
}
</style>