Shades of Shingle Fawn #76562F
Tints of Shingle Fawn #76562F
RGB
CMYK
RGB Variations
Color information
#76562F (or 0x76562F) is known color: Shingle Fawn. HEX triplet: 76, 56 and 2F. RGB value is (118,86,47). Sum of RGB (Red+Green+Blue) = 118+86+47=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76562F is #89A9D0. Grayscale: #5B5B5B. Windows color (decimal): -9021905 or 3102326. OLE color: 3102326.
HSL color Cylindrical-coordinate representation of color #76562F: hue angle of 32.96º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76562F is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 86 | 47 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.54 |
| HSL | 32.96º | 0.43% | 0.32% | - |
| HSV(B) | 32.96º | 0.6% | 0.46% | - |
| XYZ | 11.31 | 10.71 | 4.16 | - |
| YUV | 91.12 | 103.1 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 47 | 0 | 0.27 | 0.60 | 0.54 | 32.96 | 0.43 | 0.32 |
| Hex | 76 | 56 | 2F | 0 | 1B | 3C | 36 | 21 | 2B | 20 |
| Octal | 166 | 126 | 57 | 0 | 33 | 74 | 66 | 41 | 53 | 40 |
| Binary | 1110110 | 1010110 | 101111 | 0 | 11011 | 111100 | 110110 | 100001 | 101011 | 100000 |
Color Harmonies of #76562F
Complementary color
Monochromatic Colors of #76562F
Black with #76562F
Text Example
Text Example
White with #76562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76562F; }
p { color: rgb(118,86,47); }
H1.HeaderClassName
{
color: #76562F;
}
.AnyTagClassName
{
color: #76562F;
}
</style>
background-color css
<style>
a { background-color: #76562F; }
a { background-color: rgb(118,86,47); }
div.DivClassName
{
background-color: #76562F;
}
.BgClassName
{
background-color: #76562F;
}
</style>
border-color css
<style>
span { border-color: #76562F; }
span { border-color: rgb(118,86,47); }
td.TdClassName
{
border-color: #76562F;
}
.TagClassName
{
border-color: #76562F;
}
</style>