Shades of Pine Cone #7C684F
Tints of Pine Cone #7C684F
RGB
CMYK
RGB Variations
Color information
#7C684F (or 0x7C684F) is known color: Pine Cone. HEX triplet: 7C, 68 and 4F. RGB value is (124,104,79). Sum of RGB (Red+Green+Blue) = 124+104+79=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 124 - color contains mainly: red. Hex color #7C684F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C684F is #8397B0. Grayscale: #6B6B6B. Windows color (decimal): -8624049 or 5204092. OLE color: 5204092.
HSL color Cylindrical-coordinate representation of color #7C684F: hue angle of 33.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 #7C684F is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 104 | 79 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.51 |
| HSL | 33.33º | 0.22% | 0.4% | - |
| HSV(B) | 33.33º | 0.36% | 0.49% | - |
| XYZ | 14.67 | 14.75 | 9.47 | - |
| YUV | 107.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 79 | 0 | 0.16 | 0.36 | 0.51 | 33.33 | 0.22 | 0.4 |
| Hex | 7C | 68 | 4F | 0 | 10 | 24 | 33 | 21 | 16 | 28 |
| Octal | 174 | 150 | 117 | 0 | 20 | 44 | 63 | 41 | 26 | 50 |
| Binary | 1111100 | 1101000 | 1001111 | 0 | 10000 | 100100 | 110011 | 100001 | 10110 | 101000 |
Color Harmonies of #7C684F
Complementary color
Monochromatic Colors of #7C684F
Black with #7C684F
Text Example
Text Example
White with #7C684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C684F; }
p { color: rgb(124,104,79); }
H1.HeaderClassName
{
color: #7C684F;
}
.AnyTagClassName
{
color: #7C684F;
}
</style>
background-color css
<style>
a { background-color: #7C684F; }
a { background-color: rgb(124,104,79); }
div.DivClassName
{
background-color: #7C684F;
}
.BgClassName
{
background-color: #7C684F;
}
</style>
border-color css
<style>
span { border-color: #7C684F; }
span { border-color: rgb(124,104,79); }
td.TdClassName
{
border-color: #7C684F;
}
.TagClassName
{
border-color: #7C684F;
}
</style>