Shades of Shingle Fawn #7A5839
Tints of Shingle Fawn #7A5839
RGB
CMYK
RGB Variations
Color information
#7A5839 (or 0x7A5839) is known color: Shingle Fawn. HEX triplet: 7A, 58 and 39. RGB value is (122,88,57). Sum of RGB (Red+Green+Blue) = 122+88+57=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5839 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5839 is #85A7C6. Grayscale: #5E5E5E. Windows color (decimal): -8759239 or 3758202. OLE color: 3758202.
HSL color Cylindrical-coordinate representation of color #7A5839: hue angle of 28.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A5839 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 88 | 57 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.52 |
| HSL | 28.62º | 0.36% | 0.35% | - |
| HSV(B) | 28.62º | 0.53% | 0.48% | - |
| XYZ | 12.25 | 11.41 | 5.43 | - |
| YUV | 94.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 57 | 0 | 0.28 | 0.53 | 0.52 | 28.62 | 0.36 | 0.35 |
| Hex | 7A | 58 | 39 | 0 | 1C | 35 | 34 | 1D | 24 | 23 |
| Octal | 172 | 130 | 71 | 0 | 34 | 65 | 64 | 35 | 44 | 43 |
| Binary | 1111010 | 1011000 | 111001 | 0 | 11100 | 110101 | 110100 | 11101 | 100100 | 100011 |
Color Harmonies of #7A5839
Complementary color
Monochromatic Colors of #7A5839
Black with #7A5839
Text Example
Text Example
White with #7A5839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5839; }
p { color: rgb(122,88,57); }
H1.HeaderClassName
{
color: #7A5839;
}
.AnyTagClassName
{
color: #7A5839;
}
</style>
background-color css
<style>
a { background-color: #7A5839; }
a { background-color: rgb(122,88,57); }
div.DivClassName
{
background-color: #7A5839;
}
.BgClassName
{
background-color: #7A5839;
}
</style>
border-color css
<style>
span { border-color: #7A5839; }
span { border-color: rgb(122,88,57); }
td.TdClassName
{
border-color: #7A5839;
}
.TagClassName
{
border-color: #7A5839;
}
</style>