Shades of Shingle Fawn #765E37
Tints of Shingle Fawn #765E37
RGB
CMYK
RGB Variations
Color information
#765E37 (or 0x765E37) is known color: Shingle Fawn. HEX triplet: 76, 5E and 37. RGB value is (118,94,55). Sum of RGB (Red+Green+Blue) = 118+94+55=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #765E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E37 is #89A1C8. Grayscale: #606060. Windows color (decimal): -9019849 or 3628662. OLE color: 3628662.
HSL color Cylindrical-coordinate representation of color #765E37: hue angle of 37.14º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #765E37 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 94 | 55 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.54 |
| HSL | 37.14º | 0.36% | 0.34% | - |
| HSV(B) | 37.14º | 0.53% | 0.46% | - |
| XYZ | 12.16 | 12.13 | 5.32 | - |
| YUV | 96.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 55 | 0 | 0.20 | 0.53 | 0.54 | 37.14 | 0.36 | 0.34 |
| Hex | 76 | 5E | 37 | 0 | 14 | 35 | 36 | 25 | 24 | 22 |
| Octal | 166 | 136 | 67 | 0 | 24 | 65 | 66 | 45 | 44 | 42 |
| Binary | 1110110 | 1011110 | 110111 | 0 | 10100 | 110101 | 110110 | 100101 | 100100 | 100010 |
Color Harmonies of #765E37
Complementary color
Monochromatic Colors of #765E37
Black with #765E37
Text Example
Text Example
White with #765E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765E37; }
p { color: rgb(118,94,55); }
H1.HeaderClassName
{
color: #765E37;
}
.AnyTagClassName
{
color: #765E37;
}
</style>
background-color css
<style>
a { background-color: #765E37; }
a { background-color: rgb(118,94,55); }
div.DivClassName
{
background-color: #765E37;
}
.BgClassName
{
background-color: #765E37;
}
</style>
border-color css
<style>
span { border-color: #765E37; }
span { border-color: rgb(118,94,55); }
td.TdClassName
{
border-color: #765E37;
}
.TagClassName
{
border-color: #765E37;
}
</style>