Shades of Shingle Fawn #76583C
Tints of Shingle Fawn #76583C
RGB
CMYK
RGB Variations
Color information
#76583C (or 0x76583C) is known color: Shingle Fawn. HEX triplet: 76, 58 and 3C. RGB value is (118,88,60). Sum of RGB (Red+Green+Blue) = 118+88+60=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #76583C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76583C is #89A7C3. Grayscale: #5D5D5D. Windows color (decimal): -9021380 or 3954806. OLE color: 3954806.
HSL color Cylindrical-coordinate representation of color #76583C: hue angle of 28.97º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76583C is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 88 | 60 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.54 |
| HSL | 28.97º | 0.33% | 0.35% | - |
| HSV(B) | 28.97º | 0.49% | 0.46% | - |
| XYZ | 11.78 | 11.16 | 5.81 | - |
| YUV | 93.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 88 | 60 | 0 | 0.25 | 0.49 | 0.54 | 28.97 | 0.33 | 0.35 |
| Hex | 76 | 58 | 3C | 0 | 19 | 31 | 36 | 1D | 21 | 23 |
| Octal | 166 | 130 | 74 | 0 | 31 | 61 | 66 | 35 | 41 | 43 |
| Binary | 1110110 | 1011000 | 111100 | 0 | 11001 | 110001 | 110110 | 11101 | 100001 | 100011 |
Color Harmonies of #76583C
Complementary color
Monochromatic Colors of #76583C
Black with #76583C
Text Example
Text Example
White with #76583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76583C; }
p { color: rgb(118,88,60); }
H1.HeaderClassName
{
color: #76583C;
}
.AnyTagClassName
{
color: #76583C;
}
</style>
background-color css
<style>
a { background-color: #76583C; }
a { background-color: rgb(118,88,60); }
div.DivClassName
{
background-color: #76583C;
}
.BgClassName
{
background-color: #76583C;
}
</style>
border-color css
<style>
span { border-color: #76583C; }
span { border-color: rgb(118,88,60); }
td.TdClassName
{
border-color: #76583C;
}
.TagClassName
{
border-color: #76583C;
}
</style>