Shades of Shingle Fawn #765B32
Tints of Shingle Fawn #765B32
RGB
CMYK
RGB Variations
Color information
#765B32 (or 0x765B32) is known color: Shingle Fawn. HEX triplet: 76, 5B and 32. RGB value is (118,91,50). Sum of RGB (Red+Green+Blue) = 118+91+50=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #765B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B32 is #89A4CD. Grayscale: #5E5E5E. Windows color (decimal): -9020622 or 3300214. OLE color: 3300214.
HSL color Cylindrical-coordinate representation of color #765B32: hue angle of 36.18º 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 #765B32 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 91 | 50 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.54 |
| HSL | 36.18º | 0.4% | 0.33% | - |
| HSV(B) | 36.18º | 0.58% | 0.46% | - |
| XYZ | 11.79 | 11.56 | 4.63 | - |
| YUV | 94.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 50 | 0 | 0.23 | 0.58 | 0.54 | 36.18 | 0.4 | 0.33 |
| Hex | 76 | 5B | 32 | 0 | 17 | 3A | 36 | 24 | 28 | 21 |
| Octal | 166 | 133 | 62 | 0 | 27 | 72 | 66 | 44 | 50 | 41 |
| Binary | 1110110 | 1011011 | 110010 | 0 | 10111 | 111010 | 110110 | 100100 | 101000 | 100001 |
Color Harmonies of #765B32
Complementary color
Monochromatic Colors of #765B32
Black with #765B32
Text Example
Text Example
White with #765B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765B32; }
p { color: rgb(118,91,50); }
H1.HeaderClassName
{
color: #765B32;
}
.AnyTagClassName
{
color: #765B32;
}
</style>
background-color css
<style>
a { background-color: #765B32; }
a { background-color: rgb(118,91,50); }
div.DivClassName
{
background-color: #765B32;
}
.BgClassName
{
background-color: #765B32;
}
</style>
border-color css
<style>
span { border-color: #765B32; }
span { border-color: rgb(118,91,50); }
td.TdClassName
{
border-color: #765B32;
}
.TagClassName
{
border-color: #765B32;
}
</style>