Shades of Shingle Fawn #775C31
Tints of Shingle Fawn #775C31
RGB
CMYK
RGB Variations
Color information
#775C31 (or 0x775C31) is known color: Shingle Fawn. HEX triplet: 77, 5C and 31. RGB value is (119,92,49). Sum of RGB (Red+Green+Blue) = 119+92+49=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #775C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C31 is #88A3CE. Grayscale: #5F5F5F. Windows color (decimal): -8954831 or 3234935. OLE color: 3234935.
HSL color Cylindrical-coordinate representation of color #775C31: hue angle of 36.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #775C31 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 49 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.53 |
| HSL | 36.86º | 0.42% | 0.33% | - |
| HSV(B) | 36.86º | 0.59% | 0.47% | - |
| XYZ | 11.99 | 11.8 | 4.55 | - |
| YUV | 95.17 | 101.95 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 49 | 0 | 0.23 | 0.59 | 0.53 | 36.86 | 0.42 | 0.33 |
| Hex | 77 | 5C | 31 | 0 | 17 | 3B | 35 | 25 | 2A | 21 |
| Octal | 167 | 134 | 61 | 0 | 27 | 73 | 65 | 45 | 52 | 41 |
| Binary | 1110111 | 1011100 | 110001 | 0 | 10111 | 111011 | 110101 | 100101 | 101010 | 100001 |
Color Harmonies of #775C31
Complementary color
Monochromatic Colors of #775C31
Black with #775C31
Text Example
Text Example
White with #775C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C31; }
p { color: rgb(119,92,49); }
H1.HeaderClassName
{
color: #775C31;
}
.AnyTagClassName
{
color: #775C31;
}
</style>
background-color css
<style>
a { background-color: #775C31; }
a { background-color: rgb(119,92,49); }
div.DivClassName
{
background-color: #775C31;
}
.BgClassName
{
background-color: #775C31;
}
</style>
border-color css
<style>
span { border-color: #775C31; }
span { border-color: rgb(119,92,49); }
td.TdClassName
{
border-color: #775C31;
}
.TagClassName
{
border-color: #775C31;
}
</style>