Shades of Shingle Fawn #765B3C
Tints of Shingle Fawn #765B3C
RGB
CMYK
RGB Variations
Color information
#765B3C (or 0x765B3C) is known color: Shingle Fawn. HEX triplet: 76, 5B and 3C. RGB value is (118,91,60). Sum of RGB (Red+Green+Blue) = 118+91+60=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #765B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B3C is #89A4C3. Grayscale: #5F5F5F. Windows color (decimal): -9020612 or 3955574. OLE color: 3955574.
HSL color Cylindrical-coordinate representation of color #765B3C: hue angle of 32.07º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #765B3C is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 91 | 60 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.54 |
| HSL | 32.07º | 0.33% | 0.35% | - |
| HSV(B) | 32.07º | 0.49% | 0.46% | - |
| XYZ | 12.03 | 11.66 | 5.89 | - |
| YUV | 95.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 60 | 0 | 0.23 | 0.49 | 0.54 | 32.07 | 0.33 | 0.35 |
| Hex | 76 | 5B | 3C | 0 | 17 | 31 | 36 | 20 | 21 | 23 |
| Octal | 166 | 133 | 74 | 0 | 27 | 61 | 66 | 40 | 41 | 43 |
| Binary | 1110110 | 1011011 | 111100 | 0 | 10111 | 110001 | 110110 | 100000 | 100001 | 100011 |
Color Harmonies of #765B3C
Complementary color
Monochromatic Colors of #765B3C
Black with #765B3C
Text Example
Text Example
White with #765B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765B3C; }
p { color: rgb(118,91,60); }
H1.HeaderClassName
{
color: #765B3C;
}
.AnyTagClassName
{
color: #765B3C;
}
</style>
background-color css
<style>
a { background-color: #765B3C; }
a { background-color: rgb(118,91,60); }
div.DivClassName
{
background-color: #765B3C;
}
.BgClassName
{
background-color: #765B3C;
}
</style>
border-color css
<style>
span { border-color: #765B3C; }
span { border-color: rgb(118,91,60); }
td.TdClassName
{
border-color: #765B3C;
}
.TagClassName
{
border-color: #765B3C;
}
</style>