Shades of Potters Clay #7E5644
Tints of Potters Clay #7E5644
RGB
CMYK
RGB Variations
Color information
#7E5644 (or 0x7E5644) is known color: Potters Clay. HEX triplet: 7E, 56 and 44. RGB value is (126,86,68). Sum of RGB (Red+Green+Blue) = 126+86+68=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5644 is #81A9BB. Grayscale: #606060. Windows color (decimal): -8497596 or 4478590. OLE color: 4478590.
HSL color Cylindrical-coordinate representation of color #7E5644: hue angle of 18.62º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E5644 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 86 | 68 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.51 |
| HSL | 18.62º | 0.3% | 0.38% | - |
| HSV(B) | 18.62º | 0.46% | 0.49% | - |
| XYZ | 12.98 | 11.51 | 7.01 | - |
| YUV | 95.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 86 | 68 | 0 | 0.32 | 0.46 | 0.51 | 18.62 | 0.3 | 0.38 |
| Hex | 7E | 56 | 44 | 0 | 20 | 2E | 33 | 13 | 1E | 26 |
| Octal | 176 | 126 | 104 | 0 | 40 | 56 | 63 | 23 | 36 | 46 |
| Binary | 1111110 | 1010110 | 1000100 | 0 | 100000 | 101110 | 110011 | 10011 | 11110 | 100110 |
Color Harmonies of #7E5644
Complementary color
Monochromatic Colors of #7E5644
Black with #7E5644
Text Example
Text Example
White with #7E5644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5644; }
p { color: rgb(126,86,68); }
H1.HeaderClassName
{
color: #7E5644;
}
.AnyTagClassName
{
color: #7E5644;
}
</style>
background-color css
<style>
a { background-color: #7E5644; }
a { background-color: rgb(126,86,68); }
div.DivClassName
{
background-color: #7E5644;
}
.BgClassName
{
background-color: #7E5644;
}
</style>
border-color css
<style>
span { border-color: #7E5644; }
span { border-color: rgb(126,86,68); }
td.TdClassName
{
border-color: #7E5644;
}
.TagClassName
{
border-color: #7E5644;
}
</style>