Shades of Shingle Fawn #765F3E
Tints of Shingle Fawn #765F3E
RGB
CMYK
RGB Variations
Color information
#765F3E (or 0x765F3E) is known color: Shingle Fawn. HEX triplet: 76, 5F and 3E. RGB value is (118,95,62). Sum of RGB (Red+Green+Blue) = 118+95+62=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #765F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765F3E is #89A0C1. Grayscale: #626262. Windows color (decimal): -9019586 or 4087670. OLE color: 4087670.
HSL color Cylindrical-coordinate representation of color #765F3E: hue angle of 35.36º degrees, saturation: 0.31, 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 #765F3E is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 62 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.54 |
| HSL | 35.36º | 0.31% | 0.35% | - |
| HSV(B) | 35.36º | 0.47% | 0.46% | - |
| XYZ | 12.43 | 12.38 | 6.29 | - |
| YUV | 98.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 62 | 0 | 0.19 | 0.47 | 0.54 | 35.36 | 0.31 | 0.35 |
| Hex | 76 | 5F | 3E | 0 | 13 | 2F | 36 | 23 | 1F | 23 |
| Octal | 166 | 137 | 76 | 0 | 23 | 57 | 66 | 43 | 37 | 43 |
| Binary | 1110110 | 1011111 | 111110 | 0 | 10011 | 101111 | 110110 | 100011 | 11111 | 100011 |
Color Harmonies of #765F3E
Complementary color
Monochromatic Colors of #765F3E
Black with #765F3E
Text Example
Text Example
White with #765F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F3E; }
p { color: rgb(118,95,62); }
H1.HeaderClassName
{
color: #765F3E;
}
.AnyTagClassName
{
color: #765F3E;
}
</style>
background-color css
<style>
a { background-color: #765F3E; }
a { background-color: rgb(118,95,62); }
div.DivClassName
{
background-color: #765F3E;
}
.BgClassName
{
background-color: #765F3E;
}
</style>
border-color css
<style>
span { border-color: #765F3E; }
span { border-color: rgb(118,95,62); }
td.TdClassName
{
border-color: #765F3E;
}
.TagClassName
{
border-color: #765F3E;
}
</style>