Shades of Shingle Fawn #765E32
Tints of Shingle Fawn #765E32
RGB
CMYK
RGB Variations
Color information
#765E32 (or 0x765E32) is known color: Shingle Fawn. HEX triplet: 76, 5E and 32. RGB value is (118,94,50). Sum of RGB (Red+Green+Blue) = 118+94+50=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #765E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E32 is #89A1CD. Grayscale: #606060. Windows color (decimal): -9019854 or 3300982. OLE color: 3300982.
HSL color Cylindrical-coordinate representation of color #765E32: hue angle of 38.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #765E32 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 94 | 50 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.54 |
| HSL | 38.82º | 0.4% | 0.33% | - |
| HSV(B) | 38.82º | 0.58% | 0.46% | - |
| XYZ | 12.05 | 12.09 | 4.72 | - |
| YUV | 96.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 50 | 0 | 0.20 | 0.58 | 0.54 | 38.82 | 0.4 | 0.33 |
| Hex | 76 | 5E | 32 | 0 | 14 | 3A | 36 | 27 | 28 | 21 |
| Octal | 166 | 136 | 62 | 0 | 24 | 72 | 66 | 47 | 50 | 41 |
| Binary | 1110110 | 1011110 | 110010 | 0 | 10100 | 111010 | 110110 | 100111 | 101000 | 100001 |
Color Harmonies of #765E32
Complementary color
Monochromatic Colors of #765E32
Black with #765E32
Text Example
Text Example
White with #765E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765E32; }
p { color: rgb(118,94,50); }
H1.HeaderClassName
{
color: #765E32;
}
.AnyTagClassName
{
color: #765E32;
}
</style>
background-color css
<style>
a { background-color: #765E32; }
a { background-color: rgb(118,94,50); }
div.DivClassName
{
background-color: #765E32;
}
.BgClassName
{
background-color: #765E32;
}
</style>
border-color css
<style>
span { border-color: #765E32; }
span { border-color: rgb(118,94,50); }
td.TdClassName
{
border-color: #765E32;
}
.TagClassName
{
border-color: #765E32;
}
</style>