Shades of Shingle Fawn #775A2E
Tints of Shingle Fawn #775A2E
RGB
CMYK
RGB Variations
Color information
#775A2E (or 0x775A2E) is known color: Shingle Fawn. HEX triplet: 77, 5A and 2E. RGB value is (119,90,46). Sum of RGB (Red+Green+Blue) = 119+90+46=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #775A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A2E is #88A5D1. Grayscale: #5D5D5D. Windows color (decimal): -8955346 or 3037815. OLE color: 3037815.
HSL color Cylindrical-coordinate representation of color #775A2E: hue angle of 36.16º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #775A2E is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 90 | 46 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.53 |
| HSL | 36.16º | 0.44% | 0.32% | - |
| HSV(B) | 36.16º | 0.61% | 0.47% | - |
| XYZ | 11.76 | 11.43 | 4.17 | - |
| YUV | 93.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 46 | 0 | 0.24 | 0.61 | 0.53 | 36.16 | 0.44 | 0.32 |
| Hex | 77 | 5A | 2E | 0 | 18 | 3D | 35 | 24 | 2C | 20 |
| Octal | 167 | 132 | 56 | 0 | 30 | 75 | 65 | 44 | 54 | 40 |
| Binary | 1110111 | 1011010 | 101110 | 0 | 11000 | 111101 | 110101 | 100100 | 101100 | 100000 |
Color Harmonies of #775A2E
Complementary color
Monochromatic Colors of #775A2E
Black with #775A2E
Text Example
Text Example
White with #775A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A2E; }
p { color: rgb(119,90,46); }
H1.HeaderClassName
{
color: #775A2E;
}
.AnyTagClassName
{
color: #775A2E;
}
</style>
background-color css
<style>
a { background-color: #775A2E; }
a { background-color: rgb(119,90,46); }
div.DivClassName
{
background-color: #775A2E;
}
.BgClassName
{
background-color: #775A2E;
}
</style>
border-color css
<style>
span { border-color: #775A2E; }
span { border-color: rgb(119,90,46); }
td.TdClassName
{
border-color: #775A2E;
}
.TagClassName
{
border-color: #775A2E;
}
</style>