Shades of Shingle Fawn #76573B
Tints of Shingle Fawn #76573B
RGB
CMYK
RGB Variations
Color information
#76573B (or 0x76573B) is known color: Shingle Fawn. HEX triplet: 76, 57 and 3B. RGB value is (118,87,59). Sum of RGB (Red+Green+Blue) = 118+87+59=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76573B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76573B is #89A8C4. Grayscale: #5D5D5D. Windows color (decimal): -9021637 or 3889014. OLE color: 3889014.
HSL color Cylindrical-coordinate representation of color #76573B: hue angle of 28.47º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76573B is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 87 | 59 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.54 |
| HSL | 28.47º | 0.33% | 0.35% | - |
| HSV(B) | 28.47º | 0.5% | 0.46% | - |
| XYZ | 11.67 | 10.98 | 5.64 | - |
| YUV | 93.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 59 | 0 | 0.26 | 0.50 | 0.54 | 28.47 | 0.33 | 0.35 |
| Hex | 76 | 57 | 3B | 0 | 1A | 32 | 36 | 1C | 21 | 23 |
| Octal | 166 | 127 | 73 | 0 | 32 | 62 | 66 | 34 | 41 | 43 |
| Binary | 1110110 | 1010111 | 111011 | 0 | 11010 | 110010 | 110110 | 11100 | 100001 | 100011 |
Color Harmonies of #76573B
Complementary color
Monochromatic Colors of #76573B
Black with #76573B
Text Example
Text Example
White with #76573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76573B; }
p { color: rgb(118,87,59); }
H1.HeaderClassName
{
color: #76573B;
}
.AnyTagClassName
{
color: #76573B;
}
</style>
background-color css
<style>
a { background-color: #76573B; }
a { background-color: rgb(118,87,59); }
div.DivClassName
{
background-color: #76573B;
}
.BgClassName
{
background-color: #76573B;
}
</style>
border-color css
<style>
span { border-color: #76573B; }
span { border-color: rgb(118,87,59); }
td.TdClassName
{
border-color: #76573B;
}
.TagClassName
{
border-color: #76573B;
}
</style>