Shades of Shingle Fawn #76522C
Tints of Shingle Fawn #76522C
RGB
CMYK
RGB Variations
Color information
#76522C (or 0x76522C) is known color: Shingle Fawn. HEX triplet: 76, 52 and 2C. RGB value is (118,82,44). Sum of RGB (Red+Green+Blue) = 118+82+44=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76522C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76522C is #89ADD3. Grayscale: #585858. Windows color (decimal): -9022932 or 2904694. OLE color: 2904694.
HSL color Cylindrical-coordinate representation of color #76522C: hue angle of 30.81º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76522C is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 82 | 44 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.54 |
| HSL | 30.81º | 0.46% | 0.32% | - |
| HSV(B) | 30.81º | 0.63% | 0.46% | - |
| XYZ | 10.94 | 10.07 | 3.75 | - |
| YUV | 88.43 | 102.93 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 82 | 44 | 0 | 0.31 | 0.63 | 0.54 | 30.81 | 0.46 | 0.32 |
| Hex | 76 | 52 | 2C | 0 | 1F | 3F | 36 | 1F | 2E | 20 |
| Octal | 166 | 122 | 54 | 0 | 37 | 77 | 66 | 37 | 56 | 40 |
| Binary | 1110110 | 1010010 | 101100 | 0 | 11111 | 111111 | 110110 | 11111 | 101110 | 100000 |
Color Harmonies of #76522C
Complementary color
Monochromatic Colors of #76522C
Black with #76522C
Text Example
Text Example
White with #76522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76522C; }
p { color: rgb(118,82,44); }
H1.HeaderClassName
{
color: #76522C;
}
.AnyTagClassName
{
color: #76522C;
}
</style>
background-color css
<style>
a { background-color: #76522C; }
a { background-color: rgb(118,82,44); }
div.DivClassName
{
background-color: #76522C;
}
.BgClassName
{
background-color: #76522C;
}
</style>
border-color css
<style>
span { border-color: #76522C; }
span { border-color: rgb(118,82,44); }
td.TdClassName
{
border-color: #76522C;
}
.TagClassName
{
border-color: #76522C;
}
</style>