Shades of Shingle Fawn #7B5B34
Tints of Shingle Fawn #7B5B34
RGB
CMYK
RGB Variations
Color information
#7B5B34 (or 0x7B5B34) is known color: Shingle Fawn. HEX triplet: 7B, 5B and 34. RGB value is (123,91,52). Sum of RGB (Red+Green+Blue) = 123+91+52=266 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.24% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5B34 is #84A4CB. Grayscale: #606060. Windows color (decimal): -8692940 or 3431291. OLE color: 3431291.
HSL color Cylindrical-coordinate representation of color #7B5B34: hue angle of 32.96º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B5B34 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 91 | 52 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.52 |
| HSL | 32.96º | 0.41% | 0.34% | - |
| HSV(B) | 32.96º | 0.58% | 0.48% | - |
| XYZ | 12.53 | 11.94 | 4.89 | - |
| YUV | 96.12 | 103.1 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 91 | 52 | 0 | 0.26 | 0.58 | 0.52 | 32.96 | 0.41 | 0.34 |
| Hex | 7B | 5B | 34 | 0 | 1A | 3A | 34 | 21 | 29 | 22 |
| Octal | 173 | 133 | 64 | 0 | 32 | 72 | 64 | 41 | 51 | 42 |
| Binary | 1111011 | 1011011 | 110100 | 0 | 11010 | 111010 | 110100 | 100001 | 101001 | 100010 |
Color Harmonies of #7B5B34
Complementary color
Monochromatic Colors of #7B5B34
Black with #7B5B34
Text Example
Text Example
White with #7B5B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5B34; }
p { color: rgb(123,91,52); }
H1.HeaderClassName
{
color: #7B5B34;
}
.AnyTagClassName
{
color: #7B5B34;
}
</style>
background-color css
<style>
a { background-color: #7B5B34; }
a { background-color: rgb(123,91,52); }
div.DivClassName
{
background-color: #7B5B34;
}
.BgClassName
{
background-color: #7B5B34;
}
</style>
border-color css
<style>
span { border-color: #7B5B34; }
span { border-color: rgb(123,91,52); }
td.TdClassName
{
border-color: #7B5B34;
}
.TagClassName
{
border-color: #7B5B34;
}
</style>