Shades of Shingle Fawn #7A5832
Tints of Shingle Fawn #7A5832
RGB
CMYK
RGB Variations
Color information
#7A5832 (or 0x7A5832) is known color: Shingle Fawn. HEX triplet: 7A, 58 and 32. RGB value is (122,88,50). Sum of RGB (Red+Green+Blue) = 122+88+50=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5832 is #85A7CD. Grayscale: #5E5E5E. Windows color (decimal): -8759246 or 3299450. OLE color: 3299450.
HSL color Cylindrical-coordinate representation of color #7A5832: hue angle of 31.67º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A5832 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 88 | 50 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.52 |
| HSL | 31.67º | 0.42% | 0.34% | - |
| HSV(B) | 31.67º | 0.59% | 0.48% | - |
| XYZ | 12.09 | 11.35 | 4.57 | - |
| YUV | 93.83 | 103.26 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 88 | 50 | 0 | 0.28 | 0.59 | 0.52 | 31.67 | 0.42 | 0.34 |
| Hex | 7A | 58 | 32 | 0 | 1C | 3B | 34 | 20 | 2A | 22 |
| Octal | 172 | 130 | 62 | 0 | 34 | 73 | 64 | 40 | 52 | 42 |
| Binary | 1111010 | 1011000 | 110010 | 0 | 11100 | 111011 | 110100 | 100000 | 101010 | 100010 |
Color Harmonies of #7A5832
Complementary color
Monochromatic Colors of #7A5832
Black with #7A5832
Text Example
Text Example
White with #7A5832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5832; }
p { color: rgb(122,88,50); }
H1.HeaderClassName
{
color: #7A5832;
}
.AnyTagClassName
{
color: #7A5832;
}
</style>
background-color css
<style>
a { background-color: #7A5832; }
a { background-color: rgb(122,88,50); }
div.DivClassName
{
background-color: #7A5832;
}
.BgClassName
{
background-color: #7A5832;
}
</style>
border-color css
<style>
span { border-color: #7A5832; }
span { border-color: rgb(122,88,50); }
td.TdClassName
{
border-color: #7A5832;
}
.TagClassName
{
border-color: #7A5832;
}
</style>