Shades of Shingle Fawn #7A573A
Tints of Shingle Fawn #7A573A
RGB
CMYK
RGB Variations
Color information
#7A573A (or 0x7A573A) is known color: Shingle Fawn. HEX triplet: 7A, 57 and 3A. RGB value is (122,87,58). Sum of RGB (Red+Green+Blue) = 122+87+58=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 122 - color contains mainly: red. Hex color #7A573A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A573A is #85A8C5. Grayscale: #5E5E5E. Windows color (decimal): -8759494 or 3823482. OLE color: 3823482.
HSL color Cylindrical-coordinate representation of color #7A573A: hue angle of 27.19º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A573A is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 87 | 58 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.52 |
| HSL | 27.19º | 0.36% | 0.35% | - |
| HSV(B) | 27.19º | 0.52% | 0.48% | - |
| XYZ | 12.2 | 11.26 | 5.53 | - |
| YUV | 94.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 58 | 0 | 0.29 | 0.52 | 0.52 | 27.19 | 0.36 | 0.35 |
| Hex | 7A | 57 | 3A | 0 | 1D | 34 | 34 | 1B | 24 | 23 |
| Octal | 172 | 127 | 72 | 0 | 35 | 64 | 64 | 33 | 44 | 43 |
| Binary | 1111010 | 1010111 | 111010 | 0 | 11101 | 110100 | 110100 | 11011 | 100100 | 100011 |
Color Harmonies of #7A573A
Complementary color
Monochromatic Colors of #7A573A
Black with #7A573A
Text Example
Text Example
White with #7A573A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A573A; }
p { color: rgb(122,87,58); }
H1.HeaderClassName
{
color: #7A573A;
}
.AnyTagClassName
{
color: #7A573A;
}
</style>
background-color css
<style>
a { background-color: #7A573A; }
a { background-color: rgb(122,87,58); }
div.DivClassName
{
background-color: #7A573A;
}
.BgClassName
{
background-color: #7A573A;
}
</style>
border-color css
<style>
span { border-color: #7A573A; }
span { border-color: rgb(122,87,58); }
td.TdClassName
{
border-color: #7A573A;
}
.TagClassName
{
border-color: #7A573A;
}
</style>