Shades of Shingle Fawn #76563A
Tints of Shingle Fawn #76563A
RGB
CMYK
RGB Variations
Color information
#76563A (or 0x76563A) is known color: Shingle Fawn. HEX triplet: 76, 56 and 3A. RGB value is (118,86,58). Sum of RGB (Red+Green+Blue) = 118+86+58=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76563A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76563A is #89A9C5. Grayscale: #5C5C5C. Windows color (decimal): -9021894 or 3823222. OLE color: 3823222.
HSL color Cylindrical-coordinate representation of color #76563A: hue angle of 28º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76563A is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 86 | 58 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.54 |
| HSL | 28º | 0.34% | 0.35% | - |
| HSV(B) | 28º | 0.51% | 0.46% | - |
| XYZ | 11.56 | 10.81 | 5.48 | - |
| YUV | 92.38 | 108.6 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 58 | 0 | 0.27 | 0.51 | 0.54 | 28 | 0.34 | 0.35 |
| Hex | 76 | 56 | 3A | 0 | 1B | 33 | 36 | 1C | 22 | 23 |
| Octal | 166 | 126 | 72 | 0 | 33 | 63 | 66 | 34 | 42 | 43 |
| Binary | 1110110 | 1010110 | 111010 | 0 | 11011 | 110011 | 110110 | 11100 | 100010 | 100011 |
Color Harmonies of #76563A
Complementary color
Monochromatic Colors of #76563A
Black with #76563A
Text Example
Text Example
White with #76563A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76563A; }
p { color: rgb(118,86,58); }
H1.HeaderClassName
{
color: #76563A;
}
.AnyTagClassName
{
color: #76563A;
}
</style>
background-color css
<style>
a { background-color: #76563A; }
a { background-color: rgb(118,86,58); }
div.DivClassName
{
background-color: #76563A;
}
.BgClassName
{
background-color: #76563A;
}
</style>
border-color css
<style>
span { border-color: #76563A; }
span { border-color: rgb(118,86,58); }
td.TdClassName
{
border-color: #76563A;
}
.TagClassName
{
border-color: #76563A;
}
</style>