Shades of Shingle Fawn #775A36
Tints of Shingle Fawn #775A36
RGB
CMYK
RGB Variations
Color information
#775A36 (or 0x775A36) is known color: Shingle Fawn. HEX triplet: 77, 5A and 36. RGB value is (119,90,54). Sum of RGB (Red+Green+Blue) = 119+90+54=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #775A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A36 is #88A5C9. Grayscale: #5E5E5E. Windows color (decimal): -8955338 or 3562103. OLE color: 3562103.
HSL color Cylindrical-coordinate representation of color #775A36: hue angle of 33.23º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #775A36 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 90 | 54 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.53 |
| HSL | 33.23º | 0.38% | 0.34% | - |
| HSV(B) | 33.23º | 0.55% | 0.47% | - |
| XYZ | 11.93 | 11.5 | 5.08 | - |
| YUV | 94.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 54 | 0 | 0.24 | 0.55 | 0.53 | 33.23 | 0.38 | 0.34 |
| Hex | 77 | 5A | 36 | 0 | 18 | 37 | 35 | 21 | 26 | 22 |
| Octal | 167 | 132 | 66 | 0 | 30 | 67 | 65 | 41 | 46 | 42 |
| Binary | 1110111 | 1011010 | 110110 | 0 | 11000 | 110111 | 110101 | 100001 | 100110 | 100010 |
Color Harmonies of #775A36
Complementary color
Monochromatic Colors of #775A36
Black with #775A36
Text Example
Text Example
White with #775A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A36; }
p { color: rgb(119,90,54); }
H1.HeaderClassName
{
color: #775A36;
}
.AnyTagClassName
{
color: #775A36;
}
</style>
background-color css
<style>
a { background-color: #775A36; }
a { background-color: rgb(119,90,54); }
div.DivClassName
{
background-color: #775A36;
}
.BgClassName
{
background-color: #775A36;
}
</style>
border-color css
<style>
span { border-color: #775A36; }
span { border-color: rgb(119,90,54); }
td.TdClassName
{
border-color: #775A36;
}
.TagClassName
{
border-color: #775A36;
}
</style>