Shades of Shingle Fawn #77542E
Tints of Shingle Fawn #77542E
RGB
CMYK
RGB Variations
Color information
#77542E (or 0x77542E) is known color: Shingle Fawn. HEX triplet: 77, 54 and 2E. RGB value is (119,84,46). Sum of RGB (Red+Green+Blue) = 119+84+46=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #77542E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77542E is #88ABD1. Grayscale: #5A5A5A. Windows color (decimal): -8956882 or 3036279. OLE color: 3036279.
HSL color Cylindrical-coordinate representation of color #77542E: hue angle of 31.23º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77542E is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 84 | 46 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.53 |
| HSL | 31.23º | 0.44% | 0.32% | - |
| HSV(B) | 31.23º | 0.61% | 0.47% | - |
| XYZ | 11.27 | 10.46 | 4.01 | - |
| YUV | 90.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 46 | 0 | 0.29 | 0.61 | 0.53 | 31.23 | 0.44 | 0.32 |
| Hex | 77 | 54 | 2E | 0 | 1D | 3D | 35 | 1F | 2C | 20 |
| Octal | 167 | 124 | 56 | 0 | 35 | 75 | 65 | 37 | 54 | 40 |
| Binary | 1110111 | 1010100 | 101110 | 0 | 11101 | 111101 | 110101 | 11111 | 101100 | 100000 |
Color Harmonies of #77542E
Complementary color
Monochromatic Colors of #77542E
Black with #77542E
Text Example
Text Example
White with #77542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77542E; }
p { color: rgb(119,84,46); }
H1.HeaderClassName
{
color: #77542E;
}
.AnyTagClassName
{
color: #77542E;
}
</style>
background-color css
<style>
a { background-color: #77542E; }
a { background-color: rgb(119,84,46); }
div.DivClassName
{
background-color: #77542E;
}
.BgClassName
{
background-color: #77542E;
}
</style>
border-color css
<style>
span { border-color: #77542E; }
span { border-color: rgb(119,84,46); }
td.TdClassName
{
border-color: #77542E;
}
.TagClassName
{
border-color: #77542E;
}
</style>