Shades of Potters Clay #7E5745
Tints of Potters Clay #7E5745
RGB
CMYK
RGB Variations
Color information
#7E5745 (or 0x7E5745) is known color: Potters Clay. HEX triplet: 7E, 57 and 45. RGB value is (126,87,69). Sum of RGB (Red+Green+Blue) = 126+87+69=282 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.68% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5745 is #81A8BA. Grayscale: #606060. Windows color (decimal): -8497339 or 4544382. OLE color: 4544382.
HSL color Cylindrical-coordinate representation of color #7E5745: hue angle of 18.95º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E5745 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 87 | 69 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.51 |
| HSL | 18.95º | 0.29% | 0.38% | - |
| HSV(B) | 18.95º | 0.45% | 0.49% | - |
| XYZ | 13.09 | 11.68 | 7.2 | - |
| YUV | 96.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 87 | 69 | 0 | 0.31 | 0.45 | 0.51 | 18.95 | 0.29 | 0.38 |
| Hex | 7E | 57 | 45 | 0 | 1F | 2D | 33 | 13 | 1D | 26 |
| Octal | 176 | 127 | 105 | 0 | 37 | 55 | 63 | 23 | 35 | 46 |
| Binary | 1111110 | 1010111 | 1000101 | 0 | 11111 | 101101 | 110011 | 10011 | 11101 | 100110 |
Color Harmonies of #7E5745
Complementary color
Monochromatic Colors of #7E5745
Black with #7E5745
Text Example
Text Example
White with #7E5745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5745; }
p { color: rgb(126,87,69); }
H1.HeaderClassName
{
color: #7E5745;
}
.AnyTagClassName
{
color: #7E5745;
}
</style>
background-color css
<style>
a { background-color: #7E5745; }
a { background-color: rgb(126,87,69); }
div.DivClassName
{
background-color: #7E5745;
}
.BgClassName
{
background-color: #7E5745;
}
</style>
border-color css
<style>
span { border-color: #7E5745; }
span { border-color: rgb(126,87,69); }
td.TdClassName
{
border-color: #7E5745;
}
.TagClassName
{
border-color: #7E5745;
}
</style>