Shades of Shingle Fawn #7A5E3F
Tints of Shingle Fawn #7A5E3F
RGB
CMYK
RGB Variations
Color information
#7A5E3F (or 0x7A5E3F) is known color: Shingle Fawn. HEX triplet: 7A, 5E and 3F. RGB value is (122,94,63). Sum of RGB (Red+Green+Blue) = 122+94+63=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5E3F is #85A1C0. Grayscale: #626262. Windows color (decimal): -8757697 or 4152954. OLE color: 4152954.
HSL color Cylindrical-coordinate representation of color #7A5E3F: hue angle of 31.53º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A5E3F is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 94 | 63 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.52 |
| HSL | 31.53º | 0.32% | 0.36% | - |
| HSV(B) | 31.53º | 0.48% | 0.48% | - |
| XYZ | 12.93 | 12.5 | 6.43 | - |
| YUV | 98.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 94 | 63 | 0 | 0.23 | 0.48 | 0.52 | 31.53 | 0.32 | 0.36 |
| Hex | 7A | 5E | 3F | 0 | 17 | 30 | 34 | 20 | 20 | 24 |
| Octal | 172 | 136 | 77 | 0 | 27 | 60 | 64 | 40 | 40 | 44 |
| Binary | 1111010 | 1011110 | 111111 | 0 | 10111 | 110000 | 110100 | 100000 | 100000 | 100100 |
Color Harmonies of #7A5E3F
Complementary color
Monochromatic Colors of #7A5E3F
Black with #7A5E3F
Text Example
Text Example
White with #7A5E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5E3F; }
p { color: rgb(122,94,63); }
H1.HeaderClassName
{
color: #7A5E3F;
}
.AnyTagClassName
{
color: #7A5E3F;
}
</style>
background-color css
<style>
a { background-color: #7A5E3F; }
a { background-color: rgb(122,94,63); }
div.DivClassName
{
background-color: #7A5E3F;
}
.BgClassName
{
background-color: #7A5E3F;
}
</style>
border-color css
<style>
span { border-color: #7A5E3F; }
span { border-color: rgb(122,94,63); }
td.TdClassName
{
border-color: #7A5E3F;
}
.TagClassName
{
border-color: #7A5E3F;
}
</style>