Shades of Shingle Fawn #765A3A
Tints of Shingle Fawn #765A3A
RGB
CMYK
RGB Variations
Color information
#765A3A (or 0x765A3A) is known color: Shingle Fawn. HEX triplet: 76, 5A and 3A. RGB value is (118,90,58). Sum of RGB (Red+Green+Blue) = 118+90+58=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #765A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A3A is #89A5C5. Grayscale: #5E5E5E. Windows color (decimal): -9020870 or 3824246. OLE color: 3824246.
HSL color Cylindrical-coordinate representation of color #765A3A: hue angle of 32º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #765A3A is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 90 | 58 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.54 |
| HSL | 32º | 0.34% | 0.35% | - |
| HSV(B) | 32º | 0.51% | 0.46% | - |
| XYZ | 11.89 | 11.47 | 5.59 | - |
| YUV | 94.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 58 | 0 | 0.24 | 0.51 | 0.54 | 32 | 0.34 | 0.35 |
| Hex | 76 | 5A | 3A | 0 | 18 | 33 | 36 | 20 | 22 | 23 |
| Octal | 166 | 132 | 72 | 0 | 30 | 63 | 66 | 40 | 42 | 43 |
| Binary | 1110110 | 1011010 | 111010 | 0 | 11000 | 110011 | 110110 | 100000 | 100010 | 100011 |
Color Harmonies of #765A3A
Complementary color
Monochromatic Colors of #765A3A
Black with #765A3A
Text Example
Text Example
White with #765A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A3A; }
p { color: rgb(118,90,58); }
H1.HeaderClassName
{
color: #765A3A;
}
.AnyTagClassName
{
color: #765A3A;
}
</style>
background-color css
<style>
a { background-color: #765A3A; }
a { background-color: rgb(118,90,58); }
div.DivClassName
{
background-color: #765A3A;
}
.BgClassName
{
background-color: #765A3A;
}
</style>
border-color css
<style>
span { border-color: #765A3A; }
span { border-color: rgb(118,90,58); }
td.TdClassName
{
border-color: #765A3A;
}
.TagClassName
{
border-color: #765A3A;
}
</style>