Shades of Pine Cone #7C654C
Tints of Pine Cone #7C654C
RGB
CMYK
RGB Variations
Color information
#7C654C (or 0x7C654C) is known color: Pine Cone. HEX triplet: 7C, 65 and 4C. RGB value is (124,101,76). Sum of RGB (Red+Green+Blue) = 124+101+76=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 124 - color contains mainly: red. Hex color #7C654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C654C is #839AB3. Grayscale: #696969. Windows color (decimal): -8624820 or 5006716. OLE color: 5006716.
HSL color Cylindrical-coordinate representation of color #7C654C: hue angle of 31.25º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C654C is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 101 | 76 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.51 |
| HSL | 31.25º | 0.24% | 0.39% | - |
| HSV(B) | 31.25º | 0.39% | 0.49% | - |
| XYZ | 14.27 | 14.11 | 8.81 | - |
| YUV | 105.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 76 | 0 | 0.19 | 0.39 | 0.51 | 31.25 | 0.24 | 0.39 |
| Hex | 7C | 65 | 4C | 0 | 13 | 27 | 33 | 1F | 18 | 27 |
| Octal | 174 | 145 | 114 | 0 | 23 | 47 | 63 | 37 | 30 | 47 |
| Binary | 1111100 | 1100101 | 1001100 | 0 | 10011 | 100111 | 110011 | 11111 | 11000 | 100111 |
Color Harmonies of #7C654C
Complementary color
Monochromatic Colors of #7C654C
Black with #7C654C
Text Example
Text Example
White with #7C654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C654C; }
p { color: rgb(124,101,76); }
H1.HeaderClassName
{
color: #7C654C;
}
.AnyTagClassName
{
color: #7C654C;
}
</style>
background-color css
<style>
a { background-color: #7C654C; }
a { background-color: rgb(124,101,76); }
div.DivClassName
{
background-color: #7C654C;
}
.BgClassName
{
background-color: #7C654C;
}
</style>
border-color css
<style>
span { border-color: #7C654C; }
span { border-color: rgb(124,101,76); }
td.TdClassName
{
border-color: #7C654C;
}
.TagClassName
{
border-color: #7C654C;
}
</style>