Shades of Shingle Fawn #7A5536
Tints of Shingle Fawn #7A5536
RGB
CMYK
RGB Variations
Color information
#7A5536 (or 0x7A5536) is known color: Shingle Fawn. HEX triplet: 7A, 55 and 36. RGB value is (122,85,54). Sum of RGB (Red+Green+Blue) = 122+85+54=261 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.74% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5536 is #85AAC9. Grayscale: #5C5C5C. Windows color (decimal): -8760010 or 3560826. OLE color: 3560826.
HSL color Cylindrical-coordinate representation of color #7A5536: hue angle of 27.35º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A5536 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 85 | 54 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.52 |
| HSL | 27.35º | 0.39% | 0.35% | - |
| HSV(B) | 27.35º | 0.56% | 0.48% | - |
| XYZ | 11.94 | 10.9 | 4.96 | - |
| YUV | 92.53 | 106.26 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 54 | 0 | 0.30 | 0.56 | 0.52 | 27.35 | 0.39 | 0.35 |
| Hex | 7A | 55 | 36 | 0 | 1E | 38 | 34 | 1B | 27 | 23 |
| Octal | 172 | 125 | 66 | 0 | 36 | 70 | 64 | 33 | 47 | 43 |
| Binary | 1111010 | 1010101 | 110110 | 0 | 11110 | 111000 | 110100 | 11011 | 100111 | 100011 |
Color Harmonies of #7A5536
Complementary color
Monochromatic Colors of #7A5536
Black with #7A5536
Text Example
Text Example
White with #7A5536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5536; }
p { color: rgb(122,85,54); }
H1.HeaderClassName
{
color: #7A5536;
}
.AnyTagClassName
{
color: #7A5536;
}
</style>
background-color css
<style>
a { background-color: #7A5536; }
a { background-color: rgb(122,85,54); }
div.DivClassName
{
background-color: #7A5536;
}
.BgClassName
{
background-color: #7A5536;
}
</style>
border-color css
<style>
span { border-color: #7A5536; }
span { border-color: rgb(122,85,54); }
td.TdClassName
{
border-color: #7A5536;
}
.TagClassName
{
border-color: #7A5536;
}
</style>