Shades of Pine Cone #7C6850
Tints of Pine Cone #7C6850
RGB
CMYK
RGB Variations
Color information
#7C6850 (or 0x7C6850) is known color: Pine Cone. HEX triplet: 7C, 68 and 50. RGB value is (124,104,80). Sum of RGB (Red+Green+Blue) = 124+104+80=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6850 is #8397AF. Grayscale: #6B6B6B. Windows color (decimal): -8624048 or 5269628. OLE color: 5269628.
HSL color Cylindrical-coordinate representation of color #7C6850: hue angle of 32.73º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C6850 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 104 | 80 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.51 |
| HSL | 32.73º | 0.22% | 0.4% | - |
| HSV(B) | 32.73º | 0.35% | 0.49% | - |
| XYZ | 14.71 | 14.76 | 9.66 | - |
| YUV | 107.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 80 | 0 | 0.16 | 0.35 | 0.51 | 32.73 | 0.22 | 0.4 |
| Hex | 7C | 68 | 50 | 0 | 10 | 23 | 33 | 21 | 16 | 28 |
| Octal | 174 | 150 | 120 | 0 | 20 | 43 | 63 | 41 | 26 | 50 |
| Binary | 1111100 | 1101000 | 1010000 | 0 | 10000 | 100011 | 110011 | 100001 | 10110 | 101000 |
Color Harmonies of #7C6850
Complementary color
Monochromatic Colors of #7C6850
Black with #7C6850
Text Example
Text Example
White with #7C6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6850; }
p { color: rgb(124,104,80); }
H1.HeaderClassName
{
color: #7C6850;
}
.AnyTagClassName
{
color: #7C6850;
}
</style>
background-color css
<style>
a { background-color: #7C6850; }
a { background-color: rgb(124,104,80); }
div.DivClassName
{
background-color: #7C6850;
}
.BgClassName
{
background-color: #7C6850;
}
</style>
border-color css
<style>
span { border-color: #7C6850; }
span { border-color: rgb(124,104,80); }
td.TdClassName
{
border-color: #7C6850;
}
.TagClassName
{
border-color: #7C6850;
}
</style>