Shades of Potters Clay #7E5743
Tints of Potters Clay #7E5743
RGB
CMYK
RGB Variations
Color information
#7E5743 (or 0x7E5743) is known color: Potters Clay. HEX triplet: 7E, 57 and 43. RGB value is (126,87,67). Sum of RGB (Red+Green+Blue) = 126+87+67=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5743 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5743 is #81A8BC. Grayscale: #606060. Windows color (decimal): -8497341 or 4413310. OLE color: 4413310.
HSL color Cylindrical-coordinate representation of color #7E5743: hue angle of 20.34º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E5743 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 87 | 67 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.51 |
| HSL | 20.34º | 0.31% | 0.38% | - |
| HSV(B) | 20.34º | 0.47% | 0.49% | - |
| XYZ | 13.03 | 11.66 | 6.87 | - |
| YUV | 96.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 87 | 67 | 0 | 0.31 | 0.47 | 0.51 | 20.34 | 0.31 | 0.38 |
| Hex | 7E | 57 | 43 | 0 | 1F | 2F | 33 | 14 | 1F | 26 |
| Octal | 176 | 127 | 103 | 0 | 37 | 57 | 63 | 24 | 37 | 46 |
| Binary | 1111110 | 1010111 | 1000011 | 0 | 11111 | 101111 | 110011 | 10100 | 11111 | 100110 |
Color Harmonies of #7E5743
Complementary color
Monochromatic Colors of #7E5743
Black with #7E5743
Text Example
Text Example
White with #7E5743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5743; }
p { color: rgb(126,87,67); }
H1.HeaderClassName
{
color: #7E5743;
}
.AnyTagClassName
{
color: #7E5743;
}
</style>
background-color css
<style>
a { background-color: #7E5743; }
a { background-color: rgb(126,87,67); }
div.DivClassName
{
background-color: #7E5743;
}
.BgClassName
{
background-color: #7E5743;
}
</style>
border-color css
<style>
span { border-color: #7E5743; }
span { border-color: rgb(126,87,67); }
td.TdClassName
{
border-color: #7E5743;
}
.TagClassName
{
border-color: #7E5743;
}
</style>