Shades of Shingle Fawn #7B5932
Tints of Shingle Fawn #7B5932
RGB
CMYK
RGB Variations
Color information
#7B5932 (or 0x7B5932) is known color: Shingle Fawn. HEX triplet: 7B, 59 and 32. RGB value is (123,89,50). Sum of RGB (Red+Green+Blue) = 123+89+50=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5932 is #84A6CD. Grayscale: #5E5E5E. Windows color (decimal): -8693454 or 3299707. OLE color: 3299707.
HSL color Cylindrical-coordinate representation of color #7B5932: hue angle of 32.05º 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 #7B5932 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 89 | 50 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.52 |
| HSL | 32.05º | 0.42% | 0.34% | - |
| HSV(B) | 32.05º | 0.59% | 0.48% | - |
| XYZ | 12.32 | 11.59 | 4.6 | - |
| YUV | 94.72 | 102.76 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 89 | 50 | 0 | 0.28 | 0.59 | 0.52 | 32.05 | 0.42 | 0.34 |
| Hex | 7B | 59 | 32 | 0 | 1C | 3B | 34 | 20 | 2A | 22 |
| Octal | 173 | 131 | 62 | 0 | 34 | 73 | 64 | 40 | 52 | 42 |
| Binary | 1111011 | 1011001 | 110010 | 0 | 11100 | 111011 | 110100 | 100000 | 101010 | 100010 |
Color Harmonies of #7B5932
Complementary color
Monochromatic Colors of #7B5932
Black with #7B5932
Text Example
Text Example
White with #7B5932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5932; }
p { color: rgb(123,89,50); }
H1.HeaderClassName
{
color: #7B5932;
}
.AnyTagClassName
{
color: #7B5932;
}
</style>
background-color css
<style>
a { background-color: #7B5932; }
a { background-color: rgb(123,89,50); }
div.DivClassName
{
background-color: #7B5932;
}
.BgClassName
{
background-color: #7B5932;
}
</style>
border-color css
<style>
span { border-color: #7B5932; }
span { border-color: rgb(123,89,50); }
td.TdClassName
{
border-color: #7B5932;
}
.TagClassName
{
border-color: #7B5932;
}
</style>