Shades of Potters Clay #7E5637
Tints of Potters Clay #7E5637
RGB
CMYK
RGB Variations
Color information
#7E5637 (or 0x7E5637) is known color: Potters Clay. HEX triplet: 7E, 56 and 37. RGB value is (126,86,55). Sum of RGB (Red+Green+Blue) = 126+86+55=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5637 is #81A9C8. Grayscale: #5E5E5E. Windows color (decimal): -8497609 or 3626622. OLE color: 3626622.
HSL color Cylindrical-coordinate representation of color #7E5637: hue angle of 26.2º 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 #7E5637 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 86 | 55 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.51 |
| HSL | 26.2º | 0.39% | 0.35% | - |
| HSV(B) | 26.2º | 0.56% | 0.49% | - |
| XYZ | 12.62 | 11.37 | 5.14 | - |
| YUV | 94.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 86 | 55 | 0 | 0.32 | 0.56 | 0.51 | 26.2 | 0.39 | 0.35 |
| Hex | 7E | 56 | 37 | 0 | 20 | 38 | 33 | 1A | 27 | 23 |
| Octal | 176 | 126 | 67 | 0 | 40 | 70 | 63 | 32 | 47 | 43 |
| Binary | 1111110 | 1010110 | 110111 | 0 | 100000 | 111000 | 110011 | 11010 | 100111 | 100011 |
Color Harmonies of #7E5637
Complementary color
Monochromatic Colors of #7E5637
Black with #7E5637
Text Example
Text Example
White with #7E5637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5637; }
p { color: rgb(126,86,55); }
H1.HeaderClassName
{
color: #7E5637;
}
.AnyTagClassName
{
color: #7E5637;
}
</style>
background-color css
<style>
a { background-color: #7E5637; }
a { background-color: rgb(126,86,55); }
div.DivClassName
{
background-color: #7E5637;
}
.BgClassName
{
background-color: #7E5637;
}
</style>
border-color css
<style>
span { border-color: #7E5637; }
span { border-color: rgb(126,86,55); }
td.TdClassName
{
border-color: #7E5637;
}
.TagClassName
{
border-color: #7E5637;
}
</style>