Shades of Shingle Fawn #77532E
Tints of Shingle Fawn #77532E
RGB
CMYK
RGB Variations
Color information
#77532E (or 0x77532E) is known color: Shingle Fawn. HEX triplet: 77, 53 and 2E. RGB value is (119,83,46). Sum of RGB (Red+Green+Blue) = 119+83+46=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #77532E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77532E is #88ACD1. Grayscale: #595959. Windows color (decimal): -8957138 or 3036023. OLE color: 3036023.
HSL color Cylindrical-coordinate representation of color #77532E: hue angle of 30.41º 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 #77532E is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 83 | 46 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.53 |
| HSL | 30.41º | 0.44% | 0.32% | - |
| HSV(B) | 30.41º | 0.61% | 0.47% | - |
| XYZ | 11.19 | 10.31 | 3.98 | - |
| YUV | 89.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 83 | 46 | 0 | 0.30 | 0.61 | 0.53 | 30.41 | 0.44 | 0.32 |
| Hex | 77 | 53 | 2E | 0 | 1E | 3D | 35 | 1E | 2C | 20 |
| Octal | 167 | 123 | 56 | 0 | 36 | 75 | 65 | 36 | 54 | 40 |
| Binary | 1110111 | 1010011 | 101110 | 0 | 11110 | 111101 | 110101 | 11110 | 101100 | 100000 |
Color Harmonies of #77532E
Complementary color
Monochromatic Colors of #77532E
Black with #77532E
Text Example
Text Example
White with #77532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77532E; }
p { color: rgb(119,83,46); }
H1.HeaderClassName
{
color: #77532E;
}
.AnyTagClassName
{
color: #77532E;
}
</style>
background-color css
<style>
a { background-color: #77532E; }
a { background-color: rgb(119,83,46); }
div.DivClassName
{
background-color: #77532E;
}
.BgClassName
{
background-color: #77532E;
}
</style>
border-color css
<style>
span { border-color: #77532E; }
span { border-color: rgb(119,83,46); }
td.TdClassName
{
border-color: #77532E;
}
.TagClassName
{
border-color: #77532E;
}
</style>