Shades of Shingle Fawn #76572D
Tints of Shingle Fawn #76572D
RGB
CMYK
RGB Variations
Color information
#76572D (or 0x76572D) is known color: Shingle Fawn. HEX triplet: 76, 57 and 2D. RGB value is (118,87,45). Sum of RGB (Red+Green+Blue) = 118+87+45=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76572D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76572D is #89A8D2. Grayscale: #5B5B5B. Windows color (decimal): -9021651 or 2971510. OLE color: 2971510.
HSL color Cylindrical-coordinate representation of color #76572D: hue angle of 34.52º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76572D is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 87 | 45 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.54 |
| HSL | 34.52º | 0.45% | 0.32% | - |
| HSV(B) | 34.52º | 0.62% | 0.46% | - |
| XYZ | 11.35 | 10.86 | 3.98 | - |
| YUV | 91.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 45 | 0 | 0.26 | 0.62 | 0.54 | 34.52 | 0.45 | 0.32 |
| Hex | 76 | 57 | 2D | 0 | 1A | 3E | 36 | 23 | 2D | 20 |
| Octal | 166 | 127 | 55 | 0 | 32 | 76 | 66 | 43 | 55 | 40 |
| Binary | 1110110 | 1010111 | 101101 | 0 | 11010 | 111110 | 110110 | 100011 | 101101 | 100000 |
Color Harmonies of #76572D
Complementary color
Monochromatic Colors of #76572D
Black with #76572D
Text Example
Text Example
White with #76572D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76572D; }
p { color: rgb(118,87,45); }
H1.HeaderClassName
{
color: #76572D;
}
.AnyTagClassName
{
color: #76572D;
}
</style>
background-color css
<style>
a { background-color: #76572D; }
a { background-color: rgb(118,87,45); }
div.DivClassName
{
background-color: #76572D;
}
.BgClassName
{
background-color: #76572D;
}
</style>
border-color css
<style>
span { border-color: #76572D; }
span { border-color: rgb(118,87,45); }
td.TdClassName
{
border-color: #76572D;
}
.TagClassName
{
border-color: #76572D;
}
</style>