Shades of Shingle Fawn #765E39
Tints of Shingle Fawn #765E39
RGB
CMYK
RGB Variations
Color information
#765E39 (or 0x765E39) is known color: Shingle Fawn. HEX triplet: 76, 5E and 39. RGB value is (118,94,57). Sum of RGB (Red+Green+Blue) = 118+94+57=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 94 (37.11% from 255 or 34.94% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #765E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E39 is #89A1C6. Grayscale: #616161. Windows color (decimal): -9019847 or 3759734. OLE color: 3759734.
HSL color Cylindrical-coordinate representation of color #765E39: hue angle of 36.39º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #765E39 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 94 | 57 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.54 |
| HSL | 36.39º | 0.35% | 0.34% | - |
| HSV(B) | 36.39º | 0.52% | 0.46% | - |
| XYZ | 12.21 | 12.15 | 5.57 | - |
| YUV | 96.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 57 | 0 | 0.20 | 0.52 | 0.54 | 36.39 | 0.35 | 0.34 |
| Hex | 76 | 5E | 39 | 0 | 14 | 34 | 36 | 24 | 23 | 22 |
| Octal | 166 | 136 | 71 | 0 | 24 | 64 | 66 | 44 | 43 | 42 |
| Binary | 1110110 | 1011110 | 111001 | 0 | 10100 | 110100 | 110110 | 100100 | 100011 | 100010 |
Color Harmonies of #765E39
Complementary color
Monochromatic Colors of #765E39
Black with #765E39
Text Example
Text Example
White with #765E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765E39; }
p { color: rgb(118,94,57); }
H1.HeaderClassName
{
color: #765E39;
}
.AnyTagClassName
{
color: #765E39;
}
</style>
background-color css
<style>
a { background-color: #765E39; }
a { background-color: rgb(118,94,57); }
div.DivClassName
{
background-color: #765E39;
}
.BgClassName
{
background-color: #765E39;
}
</style>
border-color css
<style>
span { border-color: #765E39; }
span { border-color: rgb(118,94,57); }
td.TdClassName
{
border-color: #765E39;
}
.TagClassName
{
border-color: #765E39;
}
</style>