Shades of Pine Cone #7C6750
Tints of Pine Cone #7C6750
RGB
CMYK
RGB Variations
Color information
#7C6750 (or 0x7C6750) is known color: Pine Cone. HEX triplet: 7C, 67 and 50. RGB value is (124,103,80). Sum of RGB (Red+Green+Blue) = 124+103+80=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6750 is #8398AF. Grayscale: #6A6A6A. Windows color (decimal): -8624304 or 5269372. OLE color: 5269372.
HSL color Cylindrical-coordinate representation of color #7C6750: hue angle of 31.36º 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 #7C6750 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 103 | 80 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.51 |
| HSL | 31.36º | 0.22% | 0.4% | - |
| HSV(B) | 31.36º | 0.35% | 0.49% | - |
| XYZ | 14.61 | 14.56 | 9.63 | - |
| YUV | 106.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 80 | 0 | 0.17 | 0.35 | 0.51 | 31.36 | 0.22 | 0.4 |
| Hex | 7C | 67 | 50 | 0 | 11 | 23 | 33 | 1F | 16 | 28 |
| Octal | 174 | 147 | 120 | 0 | 21 | 43 | 63 | 37 | 26 | 50 |
| Binary | 1111100 | 1100111 | 1010000 | 0 | 10001 | 100011 | 110011 | 11111 | 10110 | 101000 |
Color Harmonies of #7C6750
Complementary color
Monochromatic Colors of #7C6750
Black with #7C6750
Text Example
Text Example
White with #7C6750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6750; }
p { color: rgb(124,103,80); }
H1.HeaderClassName
{
color: #7C6750;
}
.AnyTagClassName
{
color: #7C6750;
}
</style>
background-color css
<style>
a { background-color: #7C6750; }
a { background-color: rgb(124,103,80); }
div.DivClassName
{
background-color: #7C6750;
}
.BgClassName
{
background-color: #7C6750;
}
</style>
border-color css
<style>
span { border-color: #7C6750; }
span { border-color: rgb(124,103,80); }
td.TdClassName
{
border-color: #7C6750;
}
.TagClassName
{
border-color: #7C6750;
}
</style>