Shades of Potters Clay #7C5D41
Tints of Potters Clay #7C5D41
RGB
CMYK
RGB Variations
Color information
#7C5D41 (or 0x7C5D41) is known color: Potters Clay. HEX triplet: 7C, 5D and 41. RGB value is (124,93,65). Sum of RGB (Red+Green+Blue) = 124+93+65=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5D41 is #83A2BE. Grayscale: #636363. Windows color (decimal): -8626879 or 4283772. OLE color: 4283772.
HSL color Cylindrical-coordinate representation of color #7C5D41: hue angle of 28.47º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C5D41 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 93 | 65 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.51 |
| HSL | 28.47º | 0.31% | 0.37% | - |
| HSV(B) | 28.47º | 0.48% | 0.49% | - |
| XYZ | 13.18 | 12.5 | 6.72 | - |
| YUV | 99.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 93 | 65 | 0 | 0.25 | 0.48 | 0.51 | 28.47 | 0.31 | 0.37 |
| Hex | 7C | 5D | 41 | 0 | 19 | 30 | 33 | 1C | 1F | 25 |
| Octal | 174 | 135 | 101 | 0 | 31 | 60 | 63 | 34 | 37 | 45 |
| Binary | 1111100 | 1011101 | 1000001 | 0 | 11001 | 110000 | 110011 | 11100 | 11111 | 100101 |
Color Harmonies of #7C5D41
Complementary color
Monochromatic Colors of #7C5D41
Black with #7C5D41
Text Example
Text Example
White with #7C5D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5D41; }
p { color: rgb(124,93,65); }
H1.HeaderClassName
{
color: #7C5D41;
}
.AnyTagClassName
{
color: #7C5D41;
}
</style>
background-color css
<style>
a { background-color: #7C5D41; }
a { background-color: rgb(124,93,65); }
div.DivClassName
{
background-color: #7C5D41;
}
.BgClassName
{
background-color: #7C5D41;
}
</style>
border-color css
<style>
span { border-color: #7C5D41; }
span { border-color: rgb(124,93,65); }
td.TdClassName
{
border-color: #7C5D41;
}
.TagClassName
{
border-color: #7C5D41;
}
</style>