Shades of Shingle Fawn #7B6133
Tints of Shingle Fawn #7B6133
RGB
CMYK
RGB Variations
Color information
#7B6133 (or 0x7B6133) is known color: Shingle Fawn. HEX triplet: 7B, 61 and 33. RGB value is (123,97,51). Sum of RGB (Red+Green+Blue) = 123+97+51=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 51 (20.31% from 255 or 18.82% from 271); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6133 is #849ECC. Grayscale: #636363. Windows color (decimal): -8691405 or 3367291. OLE color: 3367291.
HSL color Cylindrical-coordinate representation of color #7B6133: hue angle of 38.33º degrees, saturation: 0.41, 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 #7B6133 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 97 | 51 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.52 |
| HSL | 38.33º | 0.41% | 0.34% | - |
| HSV(B) | 38.33º | 0.59% | 0.48% | - |
| XYZ | 13.04 | 13 | 4.95 | - |
| YUV | 99.53 | 100.61 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 97 | 51 | 0 | 0.21 | 0.59 | 0.52 | 38.33 | 0.41 | 0.34 |
| Hex | 7B | 61 | 33 | 0 | 15 | 3B | 34 | 26 | 29 | 22 |
| Octal | 173 | 141 | 63 | 0 | 25 | 73 | 64 | 46 | 51 | 42 |
| Binary | 1111011 | 1100001 | 110011 | 0 | 10101 | 111011 | 110100 | 100110 | 101001 | 100010 |
Color Harmonies of #7B6133
Complementary color
Monochromatic Colors of #7B6133
Black with #7B6133
Text Example
Text Example
White with #7B6133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6133; }
p { color: rgb(123,97,51); }
H1.HeaderClassName
{
color: #7B6133;
}
.AnyTagClassName
{
color: #7B6133;
}
</style>
background-color css
<style>
a { background-color: #7B6133; }
a { background-color: rgb(123,97,51); }
div.DivClassName
{
background-color: #7B6133;
}
.BgClassName
{
background-color: #7B6133;
}
</style>
border-color css
<style>
span { border-color: #7B6133; }
span { border-color: rgb(123,97,51); }
td.TdClassName
{
border-color: #7B6133;
}
.TagClassName
{
border-color: #7B6133;
}
</style>