Shades of Shingle Fawn #7B5E32
Tints of Shingle Fawn #7B5E32
RGB
CMYK
RGB Variations
Color information
#7B5E32 (or 0x7B5E32) is known color: Shingle Fawn. HEX triplet: 7B, 5E and 32. RGB value is (123,94,50). Sum of RGB (Red+Green+Blue) = 123+94+50=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5E32 is #84A1CD. Grayscale: #616161. Windows color (decimal): -8692174 or 3300987. OLE color: 3300987.
HSL color Cylindrical-coordinate representation of color #7B5E32: hue angle of 36.16º 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 #7B5E32 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 94 | 50 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.52 |
| HSL | 36.16º | 0.42% | 0.34% | - |
| HSV(B) | 36.16º | 0.59% | 0.48% | - |
| XYZ | 12.75 | 12.45 | 4.75 | - |
| YUV | 97.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 94 | 50 | 0 | 0.24 | 0.59 | 0.52 | 36.16 | 0.42 | 0.34 |
| Hex | 7B | 5E | 32 | 0 | 18 | 3B | 34 | 24 | 2A | 22 |
| Octal | 173 | 136 | 62 | 0 | 30 | 73 | 64 | 44 | 52 | 42 |
| Binary | 1111011 | 1011110 | 110010 | 0 | 11000 | 111011 | 110100 | 100100 | 101010 | 100010 |
Color Harmonies of #7B5E32
Complementary color
Monochromatic Colors of #7B5E32
Black with #7B5E32
Text Example
Text Example
White with #7B5E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5E32; }
p { color: rgb(123,94,50); }
H1.HeaderClassName
{
color: #7B5E32;
}
.AnyTagClassName
{
color: #7B5E32;
}
</style>
background-color css
<style>
a { background-color: #7B5E32; }
a { background-color: rgb(123,94,50); }
div.DivClassName
{
background-color: #7B5E32;
}
.BgClassName
{
background-color: #7B5E32;
}
</style>
border-color css
<style>
span { border-color: #7B5E32; }
span { border-color: rgb(123,94,50); }
td.TdClassName
{
border-color: #7B5E32;
}
.TagClassName
{
border-color: #7B5E32;
}
</style>