Shades of Shingle Fawn #765E3F
Tints of Shingle Fawn #765E3F
RGB
CMYK
RGB Variations
Color information
#765E3F (or 0x765E3F) is known color: Shingle Fawn. HEX triplet: 76, 5E and 3F. RGB value is (118,94,63). Sum of RGB (Red+Green+Blue) = 118+94+63=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #765E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E3F is #89A1C0. Grayscale: #616161. Windows color (decimal): -9019841 or 4152950. OLE color: 4152950.
HSL color Cylindrical-coordinate representation of color #765E3F: hue angle of 33.82º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #765E3F is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 94 | 63 | - |
| CMYK | 0 | 0.20 | 0.47 | 0.54 |
| HSL | 33.82º | 0.3% | 0.35% | - |
| HSV(B) | 33.82º | 0.47% | 0.46% | - |
| XYZ | 12.37 | 12.22 | 6.41 | - |
| YUV | 97.64 | 108.45 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 63 | 0 | 0.20 | 0.47 | 0.54 | 33.82 | 0.3 | 0.35 |
| Hex | 76 | 5E | 3F | 0 | 14 | 2F | 36 | 22 | 1E | 23 |
| Octal | 166 | 136 | 77 | 0 | 24 | 57 | 66 | 42 | 36 | 43 |
| Binary | 1110110 | 1011110 | 111111 | 0 | 10100 | 101111 | 110110 | 100010 | 11110 | 100011 |
Color Harmonies of #765E3F
Complementary color
Monochromatic Colors of #765E3F
Black with #765E3F
Text Example
Text Example
White with #765E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765E3F; }
p { color: rgb(118,94,63); }
H1.HeaderClassName
{
color: #765E3F;
}
.AnyTagClassName
{
color: #765E3F;
}
</style>
background-color css
<style>
a { background-color: #765E3F; }
a { background-color: rgb(118,94,63); }
div.DivClassName
{
background-color: #765E3F;
}
.BgClassName
{
background-color: #765E3F;
}
</style>
border-color css
<style>
span { border-color: #765E3F; }
span { border-color: rgb(118,94,63); }
td.TdClassName
{
border-color: #765E3F;
}
.TagClassName
{
border-color: #765E3F;
}
</style>