Shades of Shingle Fawn #7A5637
Tints of Shingle Fawn #7A5637
RGB
CMYK
RGB Variations
Color information
#7A5637 (or 0x7A5637) is known color: Shingle Fawn. HEX triplet: 7A, 56 and 37. RGB value is (122,86,55). Sum of RGB (Red+Green+Blue) = 122+86+55=263 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.39% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5637 is #85A9C8. Grayscale: #5D5D5D. Windows color (decimal): -8759753 or 3626618. OLE color: 3626618.
HSL color Cylindrical-coordinate representation of color #7A5637: hue angle of 27.76º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A5637 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 86 | 55 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.52 |
| HSL | 27.76º | 0.38% | 0.35% | - |
| HSV(B) | 27.76º | 0.55% | 0.48% | - |
| XYZ | 12.04 | 11.07 | 5.12 | - |
| YUV | 93.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 55 | 0 | 0.30 | 0.55 | 0.52 | 27.76 | 0.38 | 0.35 |
| Hex | 7A | 56 | 37 | 0 | 1E | 37 | 34 | 1C | 26 | 23 |
| Octal | 172 | 126 | 67 | 0 | 36 | 67 | 64 | 34 | 46 | 43 |
| Binary | 1111010 | 1010110 | 110111 | 0 | 11110 | 110111 | 110100 | 11100 | 100110 | 100011 |
Color Harmonies of #7A5637
Complementary color
Monochromatic Colors of #7A5637
Black with #7A5637
Text Example
Text Example
White with #7A5637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5637; }
p { color: rgb(122,86,55); }
H1.HeaderClassName
{
color: #7A5637;
}
.AnyTagClassName
{
color: #7A5637;
}
</style>
background-color css
<style>
a { background-color: #7A5637; }
a { background-color: rgb(122,86,55); }
div.DivClassName
{
background-color: #7A5637;
}
.BgClassName
{
background-color: #7A5637;
}
</style>
border-color css
<style>
span { border-color: #7A5637; }
span { border-color: rgb(122,86,55); }
td.TdClassName
{
border-color: #7A5637;
}
.TagClassName
{
border-color: #7A5637;
}
</style>