Shades of Shingle Fawn #77593D
Tints of Shingle Fawn #77593D
RGB
CMYK
RGB Variations
Color information
#77593D (or 0x77593D) is known color: Shingle Fawn. HEX triplet: 77, 59 and 3D. RGB value is (119,89,61). Sum of RGB (Red+Green+Blue) = 119+89+61=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #77593D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77593D is #88A6C2. Grayscale: #5E5E5E. Windows color (decimal): -8955587 or 4020599. OLE color: 4020599.
HSL color Cylindrical-coordinate representation of color #77593D: hue angle of 28.97º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77593D is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 89 | 61 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.53 |
| HSL | 28.97º | 0.32% | 0.35% | - |
| HSV(B) | 28.97º | 0.49% | 0.47% | - |
| XYZ | 12.02 | 11.4 | 5.98 | - |
| YUV | 94.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 61 | 0 | 0.25 | 0.49 | 0.53 | 28.97 | 0.32 | 0.35 |
| Hex | 77 | 59 | 3D | 0 | 19 | 31 | 35 | 1D | 20 | 23 |
| Octal | 167 | 131 | 75 | 0 | 31 | 61 | 65 | 35 | 40 | 43 |
| Binary | 1110111 | 1011001 | 111101 | 0 | 11001 | 110001 | 110101 | 11101 | 100000 | 100011 |
Color Harmonies of #77593D
Complementary color
Monochromatic Colors of #77593D
Black with #77593D
Text Example
Text Example
White with #77593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77593D; }
p { color: rgb(119,89,61); }
H1.HeaderClassName
{
color: #77593D;
}
.AnyTagClassName
{
color: #77593D;
}
</style>
background-color css
<style>
a { background-color: #77593D; }
a { background-color: rgb(119,89,61); }
div.DivClassName
{
background-color: #77593D;
}
.BgClassName
{
background-color: #77593D;
}
</style>
border-color css
<style>
span { border-color: #77593D; }
span { border-color: rgb(119,89,61); }
td.TdClassName
{
border-color: #77593D;
}
.TagClassName
{
border-color: #77593D;
}
</style>