Shades of Potters Clay #7E5742
Tints of Potters Clay #7E5742
RGB
CMYK
RGB Variations
Color information
#7E5742 (or 0x7E5742) is known color: Potters Clay. HEX triplet: 7E, 57 and 42. RGB value is (126,87,66). Sum of RGB (Red+Green+Blue) = 126+87+66=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5742 is #81A8BD. Grayscale: #606060. Windows color (decimal): -8497342 or 4347774. OLE color: 4347774.
HSL color Cylindrical-coordinate representation of color #7E5742: hue angle of 21º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E5742 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 87 | 66 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.51 |
| HSL | 21º | 0.31% | 0.38% | - |
| HSV(B) | 21º | 0.48% | 0.49% | - |
| XYZ | 13 | 11.65 | 6.72 | - |
| YUV | 96.27 | 110.92 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 87 | 66 | 0 | 0.31 | 0.48 | 0.51 | 21 | 0.31 | 0.38 |
| Hex | 7E | 57 | 42 | 0 | 1F | 30 | 33 | 15 | 1F | 26 |
| Octal | 176 | 127 | 102 | 0 | 37 | 60 | 63 | 25 | 37 | 46 |
| Binary | 1111110 | 1010111 | 1000010 | 0 | 11111 | 110000 | 110011 | 10101 | 11111 | 100110 |
Color Harmonies of #7E5742
Complementary color
Monochromatic Colors of #7E5742
Black with #7E5742
Text Example
Text Example
White with #7E5742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5742; }
p { color: rgb(126,87,66); }
H1.HeaderClassName
{
color: #7E5742;
}
.AnyTagClassName
{
color: #7E5742;
}
</style>
background-color css
<style>
a { background-color: #7E5742; }
a { background-color: rgb(126,87,66); }
div.DivClassName
{
background-color: #7E5742;
}
.BgClassName
{
background-color: #7E5742;
}
</style>
border-color css
<style>
span { border-color: #7E5742; }
span { border-color: rgb(126,87,66); }
td.TdClassName
{
border-color: #7E5742;
}
.TagClassName
{
border-color: #7E5742;
}
</style>