Shades of Shingle Fawn #7A5F41
Tints of Shingle Fawn #7A5F41
RGB
CMYK
RGB Variations
Color information
#7A5F41 (or 0x7A5F41) is known color: Shingle Fawn. HEX triplet: 7A, 5F and 41. RGB value is (122,95,65). Sum of RGB (Red+Green+Blue) = 122+95+65=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5F41 is #85A0BE. Grayscale: #636363. Windows color (decimal): -8757439 or 4284282. OLE color: 4284282.
HSL color Cylindrical-coordinate representation of color #7A5F41: hue angle of 31.58º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A5F41 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 95 | 65 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.52 |
| HSL | 31.58º | 0.3% | 0.37% | - |
| HSV(B) | 31.58º | 0.47% | 0.48% | - |
| XYZ | 13.07 | 12.7 | 6.76 | - |
| YUV | 99.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 95 | 65 | 0 | 0.22 | 0.47 | 0.52 | 31.58 | 0.3 | 0.37 |
| Hex | 7A | 5F | 41 | 0 | 16 | 2F | 34 | 20 | 1E | 25 |
| Octal | 172 | 137 | 101 | 0 | 26 | 57 | 64 | 40 | 36 | 45 |
| Binary | 1111010 | 1011111 | 1000001 | 0 | 10110 | 101111 | 110100 | 100000 | 11110 | 100101 |
Color Harmonies of #7A5F41
Complementary color
Monochromatic Colors of #7A5F41
Black with #7A5F41
Text Example
Text Example
White with #7A5F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5F41; }
p { color: rgb(122,95,65); }
H1.HeaderClassName
{
color: #7A5F41;
}
.AnyTagClassName
{
color: #7A5F41;
}
</style>
background-color css
<style>
a { background-color: #7A5F41; }
a { background-color: rgb(122,95,65); }
div.DivClassName
{
background-color: #7A5F41;
}
.BgClassName
{
background-color: #7A5F41;
}
</style>
border-color css
<style>
span { border-color: #7A5F41; }
span { border-color: rgb(122,95,65); }
td.TdClassName
{
border-color: #7A5F41;
}
.TagClassName
{
border-color: #7A5F41;
}
</style>