Shades of Shingle Fawn #775C3C
Tints of Shingle Fawn #775C3C
RGB
CMYK
RGB Variations
Color information
#775C3C (or 0x775C3C) is known color: Shingle Fawn. HEX triplet: 77, 5C and 3C. RGB value is (119,92,60). Sum of RGB (Red+Green+Blue) = 119+92+60=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #775C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C3C is #88A3C3. Grayscale: #606060. Windows color (decimal): -8954820 or 3955831. OLE color: 3955831.
HSL color Cylindrical-coordinate representation of color #775C3C: hue angle of 32.54º degrees, saturation: 0.33, 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 #775C3C is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 60 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.53 |
| HSL | 32.54º | 0.33% | 0.35% | - |
| HSV(B) | 32.54º | 0.5% | 0.47% | - |
| XYZ | 12.25 | 11.9 | 5.93 | - |
| YUV | 96.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 60 | 0 | 0.23 | 0.50 | 0.53 | 32.54 | 0.33 | 0.35 |
| Hex | 77 | 5C | 3C | 0 | 17 | 32 | 35 | 21 | 21 | 23 |
| Octal | 167 | 134 | 74 | 0 | 27 | 62 | 65 | 41 | 41 | 43 |
| Binary | 1110111 | 1011100 | 111100 | 0 | 10111 | 110010 | 110101 | 100001 | 100001 | 100011 |
Color Harmonies of #775C3C
Complementary color
Monochromatic Colors of #775C3C
Black with #775C3C
Text Example
Text Example
White with #775C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C3C; }
p { color: rgb(119,92,60); }
H1.HeaderClassName
{
color: #775C3C;
}
.AnyTagClassName
{
color: #775C3C;
}
</style>
background-color css
<style>
a { background-color: #775C3C; }
a { background-color: rgb(119,92,60); }
div.DivClassName
{
background-color: #775C3C;
}
.BgClassName
{
background-color: #775C3C;
}
</style>
border-color css
<style>
span { border-color: #775C3C; }
span { border-color: rgb(119,92,60); }
td.TdClassName
{
border-color: #775C3C;
}
.TagClassName
{
border-color: #775C3C;
}
</style>