Shades of Shingle Fawn #775C32
Tints of Shingle Fawn #775C32
RGB
CMYK
RGB Variations
Color information
#775C32 (or 0x775C32) is known color: Shingle Fawn. HEX triplet: 77, 5C and 32. RGB value is (119,92,50). Sum of RGB (Red+Green+Blue) = 119+92+50=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #775C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C32 is #88A3CD. Grayscale: #5F5F5F. Windows color (decimal): -8954830 or 3300471. OLE color: 3300471.
HSL color Cylindrical-coordinate representation of color #775C32: hue angle of 36.52º 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 #775C32 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 50 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.53 |
| HSL | 36.52º | 0.41% | 0.33% | - |
| HSV(B) | 36.52º | 0.58% | 0.47% | - |
| XYZ | 12.01 | 11.81 | 4.66 | - |
| YUV | 95.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 50 | 0 | 0.23 | 0.58 | 0.53 | 36.52 | 0.41 | 0.33 |
| Hex | 77 | 5C | 32 | 0 | 17 | 3A | 35 | 25 | 29 | 21 |
| Octal | 167 | 134 | 62 | 0 | 27 | 72 | 65 | 45 | 51 | 41 |
| Binary | 1110111 | 1011100 | 110010 | 0 | 10111 | 111010 | 110101 | 100101 | 101001 | 100001 |
Color Harmonies of #775C32
Complementary color
Monochromatic Colors of #775C32
Black with #775C32
Text Example
Text Example
White with #775C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C32; }
p { color: rgb(119,92,50); }
H1.HeaderClassName
{
color: #775C32;
}
.AnyTagClassName
{
color: #775C32;
}
</style>
background-color css
<style>
a { background-color: #775C32; }
a { background-color: rgb(119,92,50); }
div.DivClassName
{
background-color: #775C32;
}
.BgClassName
{
background-color: #775C32;
}
</style>
border-color css
<style>
span { border-color: #775C32; }
span { border-color: rgb(119,92,50); }
td.TdClassName
{
border-color: #775C32;
}
.TagClassName
{
border-color: #775C32;
}
</style>