Shades of Potters Clay #7E5739
Tints of Potters Clay #7E5739
RGB
CMYK
RGB Variations
Color information
#7E5739 (or 0x7E5739) is known color: Potters Clay. HEX triplet: 7E, 57 and 39. RGB value is (126,87,57). Sum of RGB (Red+Green+Blue) = 126+87+57=270 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.67% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5739 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5739 is #81A8C6. Grayscale: #5F5F5F. Windows color (decimal): -8497351 or 3757950. OLE color: 3757950.
HSL color Cylindrical-coordinate representation of color #7E5739: hue angle of 26.09º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E5739 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 87 | 57 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.51 |
| HSL | 26.09º | 0.38% | 0.36% | - |
| HSV(B) | 26.09º | 0.55% | 0.49% | - |
| XYZ | 12.75 | 11.55 | 5.43 | - |
| YUV | 95.24 | 106.42 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 87 | 57 | 0 | 0.31 | 0.55 | 0.51 | 26.09 | 0.38 | 0.36 |
| Hex | 7E | 57 | 39 | 0 | 1F | 37 | 33 | 1A | 26 | 24 |
| Octal | 176 | 127 | 71 | 0 | 37 | 67 | 63 | 32 | 46 | 44 |
| Binary | 1111110 | 1010111 | 111001 | 0 | 11111 | 110111 | 110011 | 11010 | 100110 | 100100 |
Color Harmonies of #7E5739
Complementary color
Monochromatic Colors of #7E5739
Black with #7E5739
Text Example
Text Example
White with #7E5739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5739; }
p { color: rgb(126,87,57); }
H1.HeaderClassName
{
color: #7E5739;
}
.AnyTagClassName
{
color: #7E5739;
}
</style>
background-color css
<style>
a { background-color: #7E5739; }
a { background-color: rgb(126,87,57); }
div.DivClassName
{
background-color: #7E5739;
}
.BgClassName
{
background-color: #7E5739;
}
</style>
border-color css
<style>
span { border-color: #7E5739; }
span { border-color: rgb(126,87,57); }
td.TdClassName
{
border-color: #7E5739;
}
.TagClassName
{
border-color: #7E5739;
}
</style>