Shades of Shingle Fawn #7D6237
Tints of Shingle Fawn #7D6237
RGB
CMYK
RGB Variations
Color information
#7D6237 (or 0x7D6237) is known color: Shingle Fawn. HEX triplet: 7D, 62 and 37. RGB value is (125,98,55). Sum of RGB (Red+Green+Blue) = 125+98+55=278 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.96% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6237 is #829DC8. Grayscale: #656565. Windows color (decimal): -8560073 or 3629693. OLE color: 3629693.
HSL color Cylindrical-coordinate representation of color #7D6237: hue angle of 36.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D6237 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 98 | 55 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.51 |
| HSL | 36.86º | 0.39% | 0.35% | - |
| HSV(B) | 36.86º | 0.56% | 0.49% | - |
| XYZ | 13.51 | 13.37 | 5.48 | - |
| YUV | 101.17 | 101.95 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 98 | 55 | 0 | 0.22 | 0.56 | 0.51 | 36.86 | 0.39 | 0.35 |
| Hex | 7D | 62 | 37 | 0 | 16 | 38 | 33 | 25 | 27 | 23 |
| Octal | 175 | 142 | 67 | 0 | 26 | 70 | 63 | 45 | 47 | 43 |
| Binary | 1111101 | 1100010 | 110111 | 0 | 10110 | 111000 | 110011 | 100101 | 100111 | 100011 |
Color Harmonies of #7D6237
Complementary color
Monochromatic Colors of #7D6237
Black with #7D6237
Text Example
Text Example
White with #7D6237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6237; }
p { color: rgb(125,98,55); }
H1.HeaderClassName
{
color: #7D6237;
}
.AnyTagClassName
{
color: #7D6237;
}
</style>
background-color css
<style>
a { background-color: #7D6237; }
a { background-color: rgb(125,98,55); }
div.DivClassName
{
background-color: #7D6237;
}
.BgClassName
{
background-color: #7D6237;
}
</style>
border-color css
<style>
span { border-color: #7D6237; }
span { border-color: rgb(125,98,55); }
td.TdClassName
{
border-color: #7D6237;
}
.TagClassName
{
border-color: #7D6237;
}
</style>