Shades of Shingle Fawn #765C34
Tints of Shingle Fawn #765C34
RGB
CMYK
RGB Variations
Color information
#765C34 (or 0x765C34) is known color: Shingle Fawn. HEX triplet: 76, 5C and 34. RGB value is (118,92,52). Sum of RGB (Red+Green+Blue) = 118+92+52=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #765C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C34 is #89A3CB. Grayscale: #5F5F5F. Windows color (decimal): -9020364 or 3431542. OLE color: 3431542.
HSL color Cylindrical-coordinate representation of color #765C34: hue angle of 36.36º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #765C34 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 52 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.54 |
| HSL | 36.36º | 0.39% | 0.33% | - |
| HSV(B) | 36.36º | 0.56% | 0.46% | - |
| XYZ | 11.92 | 11.75 | 4.89 | - |
| YUV | 95.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 52 | 0 | 0.22 | 0.56 | 0.54 | 36.36 | 0.39 | 0.33 |
| Hex | 76 | 5C | 34 | 0 | 16 | 38 | 36 | 24 | 27 | 21 |
| Octal | 166 | 134 | 64 | 0 | 26 | 70 | 66 | 44 | 47 | 41 |
| Binary | 1110110 | 1011100 | 110100 | 0 | 10110 | 111000 | 110110 | 100100 | 100111 | 100001 |
Color Harmonies of #765C34
Complementary color
Monochromatic Colors of #765C34
Black with #765C34
Text Example
Text Example
White with #765C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C34; }
p { color: rgb(118,92,52); }
H1.HeaderClassName
{
color: #765C34;
}
.AnyTagClassName
{
color: #765C34;
}
</style>
background-color css
<style>
a { background-color: #765C34; }
a { background-color: rgb(118,92,52); }
div.DivClassName
{
background-color: #765C34;
}
.BgClassName
{
background-color: #765C34;
}
</style>
border-color css
<style>
span { border-color: #765C34; }
span { border-color: rgb(118,92,52); }
td.TdClassName
{
border-color: #765C34;
}
.TagClassName
{
border-color: #765C34;
}
</style>