Shades of Shingle Fawn #765C38
Tints of Shingle Fawn #765C38
RGB
CMYK
RGB Variations
Color information
#765C38 (or 0x765C38) is known color: Shingle Fawn. HEX triplet: 76, 5C and 38. RGB value is (118,92,56). Sum of RGB (Red+Green+Blue) = 118+92+56=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #765C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C38 is #89A3C7. Grayscale: #5F5F5F. Windows color (decimal): -9020360 or 3693686. OLE color: 3693686.
HSL color Cylindrical-coordinate representation of color #765C38: hue angle of 34.84º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #765C38 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 56 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.54 |
| HSL | 34.84º | 0.36% | 0.34% | - |
| HSV(B) | 34.84º | 0.53% | 0.46% | - |
| XYZ | 12.01 | 11.79 | 5.38 | - |
| YUV | 95.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 56 | 0 | 0.22 | 0.53 | 0.54 | 34.84 | 0.36 | 0.34 |
| Hex | 76 | 5C | 38 | 0 | 16 | 35 | 36 | 23 | 24 | 22 |
| Octal | 166 | 134 | 70 | 0 | 26 | 65 | 66 | 43 | 44 | 42 |
| Binary | 1110110 | 1011100 | 111000 | 0 | 10110 | 110101 | 110110 | 100011 | 100100 | 100010 |
Color Harmonies of #765C38
Complementary color
Monochromatic Colors of #765C38
Black with #765C38
Text Example
Text Example
White with #765C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C38; }
p { color: rgb(118,92,56); }
H1.HeaderClassName
{
color: #765C38;
}
.AnyTagClassName
{
color: #765C38;
}
</style>
background-color css
<style>
a { background-color: #765C38; }
a { background-color: rgb(118,92,56); }
div.DivClassName
{
background-color: #765C38;
}
.BgClassName
{
background-color: #765C38;
}
</style>
border-color css
<style>
span { border-color: #765C38; }
span { border-color: rgb(118,92,56); }
td.TdClassName
{
border-color: #765C38;
}
.TagClassName
{
border-color: #765C38;
}
</style>