Shades of Shingle Fawn #7F6037
Tints of Shingle Fawn #7F6037
RGB
CMYK
RGB Variations
Color information
#7F6037 (or 0x7F6037) is known color: Shingle Fawn. HEX triplet: 7F, 60 and 37. RGB value is (127,96,55). Sum of RGB (Red+Green+Blue) = 127+96+55=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6037 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6037 is #809FC8. Grayscale: #646464. Windows color (decimal): -8429513 or 3629183. OLE color: 3629183.
HSL color Cylindrical-coordinate representation of color #7F6037: hue angle of 34.17º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F6037 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 96 | 55 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.50 |
| HSL | 34.17º | 0.4% | 0.36% | - |
| HSV(B) | 34.17º | 0.57% | 0.5% | - |
| XYZ | 13.62 | 13.15 | 5.44 | - |
| YUV | 100.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 96 | 55 | 0 | 0.24 | 0.57 | 0.50 | 34.17 | 0.4 | 0.36 |
| Hex | 7F | 60 | 37 | 0 | 18 | 39 | 32 | 22 | 28 | 24 |
| Octal | 177 | 140 | 67 | 0 | 30 | 71 | 62 | 42 | 50 | 44 |
| Binary | 1111111 | 1100000 | 110111 | 0 | 11000 | 111001 | 110010 | 100010 | 101000 | 100100 |
Color Harmonies of #7F6037
Complementary color
Monochromatic Colors of #7F6037
Black with #7F6037
Text Example
Text Example
White with #7F6037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6037; }
p { color: rgb(127,96,55); }
H1.HeaderClassName
{
color: #7F6037;
}
.AnyTagClassName
{
color: #7F6037;
}
</style>
background-color css
<style>
a { background-color: #7F6037; }
a { background-color: rgb(127,96,55); }
div.DivClassName
{
background-color: #7F6037;
}
.BgClassName
{
background-color: #7F6037;
}
</style>
border-color css
<style>
span { border-color: #7F6037; }
span { border-color: rgb(127,96,55); }
td.TdClassName
{
border-color: #7F6037;
}
.TagClassName
{
border-color: #7F6037;
}
</style>