Shades of Shingle Fawn #775C3B
Tints of Shingle Fawn #775C3B
RGB
CMYK
RGB Variations
Color information
#775C3B (or 0x775C3B) is known color: Shingle Fawn. HEX triplet: 77, 5C and 3B. RGB value is (119,92,59). Sum of RGB (Red+Green+Blue) = 119+92+59=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #775C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C3B is #88A3C4. Grayscale: #606060. Windows color (decimal): -8954821 or 3890295. OLE color: 3890295.
HSL color Cylindrical-coordinate representation of color #775C3B: hue angle of 33º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #775C3B is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 59 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.53 |
| HSL | 33º | 0.34% | 0.35% | - |
| HSV(B) | 33º | 0.5% | 0.47% | - |
| XYZ | 12.22 | 11.89 | 5.79 | - |
| YUV | 96.31 | 106.95 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 59 | 0 | 0.23 | 0.50 | 0.53 | 33 | 0.34 | 0.35 |
| Hex | 77 | 5C | 3B | 0 | 17 | 32 | 35 | 21 | 22 | 23 |
| Octal | 167 | 134 | 73 | 0 | 27 | 62 | 65 | 41 | 42 | 43 |
| Binary | 1110111 | 1011100 | 111011 | 0 | 10111 | 110010 | 110101 | 100001 | 100010 | 100011 |
Color Harmonies of #775C3B
Complementary color
Monochromatic Colors of #775C3B
Black with #775C3B
Text Example
Text Example
White with #775C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C3B; }
p { color: rgb(119,92,59); }
H1.HeaderClassName
{
color: #775C3B;
}
.AnyTagClassName
{
color: #775C3B;
}
</style>
background-color css
<style>
a { background-color: #775C3B; }
a { background-color: rgb(119,92,59); }
div.DivClassName
{
background-color: #775C3B;
}
.BgClassName
{
background-color: #775C3B;
}
</style>
border-color css
<style>
span { border-color: #775C3B; }
span { border-color: rgb(119,92,59); }
td.TdClassName
{
border-color: #775C3B;
}
.TagClassName
{
border-color: #775C3B;
}
</style>