Shades of Shingle Fawn #7B5C38
Tints of Shingle Fawn #7B5C38
RGB
CMYK
RGB Variations
Color information
#7B5C38 (or 0x7B5C38) is known color: Shingle Fawn. HEX triplet: 7B, 5C and 38. RGB value is (123,92,56). Sum of RGB (Red+Green+Blue) = 123+92+56=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5C38 is #84A3C7. Grayscale: #616161. Windows color (decimal): -8692680 or 3693691. OLE color: 3693691.
HSL color Cylindrical-coordinate representation of color #7B5C38: hue angle of 32.24º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B5C38 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 92 | 56 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.52 |
| HSL | 32.24º | 0.37% | 0.35% | - |
| HSV(B) | 32.24º | 0.54% | 0.48% | - |
| XYZ | 12.71 | 12.15 | 5.42 | - |
| YUV | 97.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 56 | 0 | 0.25 | 0.54 | 0.52 | 32.24 | 0.37 | 0.35 |
| Hex | 7B | 5C | 38 | 0 | 19 | 36 | 34 | 20 | 25 | 23 |
| Octal | 173 | 134 | 70 | 0 | 31 | 66 | 64 | 40 | 45 | 43 |
| Binary | 1111011 | 1011100 | 111000 | 0 | 11001 | 110110 | 110100 | 100000 | 100101 | 100011 |
Color Harmonies of #7B5C38
Complementary color
Monochromatic Colors of #7B5C38
Black with #7B5C38
Text Example
Text Example
White with #7B5C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5C38; }
p { color: rgb(123,92,56); }
H1.HeaderClassName
{
color: #7B5C38;
}
.AnyTagClassName
{
color: #7B5C38;
}
</style>
background-color css
<style>
a { background-color: #7B5C38; }
a { background-color: rgb(123,92,56); }
div.DivClassName
{
background-color: #7B5C38;
}
.BgClassName
{
background-color: #7B5C38;
}
</style>
border-color css
<style>
span { border-color: #7B5C38; }
span { border-color: rgb(123,92,56); }
td.TdClassName
{
border-color: #7B5C38;
}
.TagClassName
{
border-color: #7B5C38;
}
</style>