Shades of Shingle Fawn #775A32
Tints of Shingle Fawn #775A32
RGB
CMYK
RGB Variations
Color information
#775A32 (or 0x775A32) is known color: Shingle Fawn. HEX triplet: 77, 5A and 32. RGB value is (119,90,50). Sum of RGB (Red+Green+Blue) = 119+90+50=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #775A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A32 is #88A5CD. Grayscale: #5E5E5E. Windows color (decimal): -8955342 or 3299959. OLE color: 3299959.
HSL color Cylindrical-coordinate representation of color #775A32: hue angle of 34.78º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #775A32 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 90 | 50 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.53 |
| HSL | 34.78º | 0.41% | 0.33% | - |
| HSV(B) | 34.78º | 0.58% | 0.47% | - |
| XYZ | 11.84 | 11.46 | 4.61 | - |
| YUV | 94.11 | 103.11 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 50 | 0 | 0.24 | 0.58 | 0.53 | 34.78 | 0.41 | 0.33 |
| Hex | 77 | 5A | 32 | 0 | 18 | 3A | 35 | 23 | 29 | 21 |
| Octal | 167 | 132 | 62 | 0 | 30 | 72 | 65 | 43 | 51 | 41 |
| Binary | 1110111 | 1011010 | 110010 | 0 | 11000 | 111010 | 110101 | 100011 | 101001 | 100001 |
Color Harmonies of #775A32
Complementary color
Monochromatic Colors of #775A32
Black with #775A32
Text Example
Text Example
White with #775A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A32; }
p { color: rgb(119,90,50); }
H1.HeaderClassName
{
color: #775A32;
}
.AnyTagClassName
{
color: #775A32;
}
</style>
background-color css
<style>
a { background-color: #775A32; }
a { background-color: rgb(119,90,50); }
div.DivClassName
{
background-color: #775A32;
}
.BgClassName
{
background-color: #775A32;
}
</style>
border-color css
<style>
span { border-color: #775A32; }
span { border-color: rgb(119,90,50); }
td.TdClassName
{
border-color: #775A32;
}
.TagClassName
{
border-color: #775A32;
}
</style>