Shades of Shingle Fawn #7A5D37
Tints of Shingle Fawn #7A5D37
RGB
CMYK
RGB Variations
Color information
#7A5D37 (or 0x7A5D37) is known color: Shingle Fawn. HEX triplet: 7A, 5D and 37. RGB value is (122,93,55). Sum of RGB (Red+Green+Blue) = 122+93+55=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5D37 is #85A2C8. Grayscale: #616161. Windows color (decimal): -8757961 or 3628410. OLE color: 3628410.
HSL color Cylindrical-coordinate representation of color #7A5D37: hue angle of 34.03º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A5D37 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 93 | 55 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.52 |
| HSL | 34.03º | 0.38% | 0.35% | - |
| HSV(B) | 34.03º | 0.55% | 0.48% | - |
| XYZ | 12.63 | 12.24 | 5.31 | - |
| YUV | 97.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 93 | 55 | 0 | 0.24 | 0.55 | 0.52 | 34.03 | 0.38 | 0.35 |
| Hex | 7A | 5D | 37 | 0 | 18 | 37 | 34 | 22 | 26 | 23 |
| Octal | 172 | 135 | 67 | 0 | 30 | 67 | 64 | 42 | 46 | 43 |
| Binary | 1111010 | 1011101 | 110111 | 0 | 11000 | 110111 | 110100 | 100010 | 100110 | 100011 |
Color Harmonies of #7A5D37
Complementary color
Monochromatic Colors of #7A5D37
Black with #7A5D37
Text Example
Text Example
White with #7A5D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5D37; }
p { color: rgb(122,93,55); }
H1.HeaderClassName
{
color: #7A5D37;
}
.AnyTagClassName
{
color: #7A5D37;
}
</style>
background-color css
<style>
a { background-color: #7A5D37; }
a { background-color: rgb(122,93,55); }
div.DivClassName
{
background-color: #7A5D37;
}
.BgClassName
{
background-color: #7A5D37;
}
</style>
border-color css
<style>
span { border-color: #7A5D37; }
span { border-color: rgb(122,93,55); }
td.TdClassName
{
border-color: #7A5D37;
}
.TagClassName
{
border-color: #7A5D37;
}
</style>