Shades of Shingle Fawn #7C5E3C
Tints of Shingle Fawn #7C5E3C
RGB
CMYK
RGB Variations
Color information
#7C5E3C (or 0x7C5E3C) is known color: Shingle Fawn. HEX triplet: 7C, 5E and 3C. RGB value is (124,94,60). Sum of RGB (Red+Green+Blue) = 124+94+60=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5E3C is #83A1C3. Grayscale: #636363. Windows color (decimal): -8626628 or 3956348. OLE color: 3956348.
HSL color Cylindrical-coordinate representation of color #7C5E3C: hue angle of 31.88º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C5E3C is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 94 | 60 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.51 |
| HSL | 31.88º | 0.35% | 0.36% | - |
| HSV(B) | 31.88º | 0.52% | 0.49% | - |
| XYZ | 13.13 | 12.62 | 6.02 | - |
| YUV | 99.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 60 | 0 | 0.24 | 0.52 | 0.51 | 31.88 | 0.35 | 0.36 |
| Hex | 7C | 5E | 3C | 0 | 18 | 34 | 33 | 20 | 23 | 24 |
| Octal | 174 | 136 | 74 | 0 | 30 | 64 | 63 | 40 | 43 | 44 |
| Binary | 1111100 | 1011110 | 111100 | 0 | 11000 | 110100 | 110011 | 100000 | 100011 | 100100 |
Color Harmonies of #7C5E3C
Complementary color
Monochromatic Colors of #7C5E3C
Black with #7C5E3C
Text Example
Text Example
White with #7C5E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5E3C; }
p { color: rgb(124,94,60); }
H1.HeaderClassName
{
color: #7C5E3C;
}
.AnyTagClassName
{
color: #7C5E3C;
}
</style>
background-color css
<style>
a { background-color: #7C5E3C; }
a { background-color: rgb(124,94,60); }
div.DivClassName
{
background-color: #7C5E3C;
}
.BgClassName
{
background-color: #7C5E3C;
}
</style>
border-color css
<style>
span { border-color: #7C5E3C; }
span { border-color: rgb(124,94,60); }
td.TdClassName
{
border-color: #7C5E3C;
}
.TagClassName
{
border-color: #7C5E3C;
}
</style>