Shades of Potters Clay #7C5B48
Tints of Potters Clay #7C5B48
RGB
CMYK
RGB Variations
Color information
#7C5B48 (or 0x7C5B48) is known color: Potters Clay. HEX triplet: 7C, 5B and 48. RGB value is (124,91,72). Sum of RGB (Red+Green+Blue) = 124+91+72=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5B48 is #83A4B7. Grayscale: #626262. Windows color (decimal): -8627384 or 4742012. OLE color: 4742012.
HSL color Cylindrical-coordinate representation of color #7C5B48: hue angle of 21.92º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C5B48 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 91 | 72 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.51 |
| HSL | 21.92º | 0.27% | 0.38% | - |
| HSV(B) | 21.92º | 0.42% | 0.49% | - |
| XYZ | 13.22 | 12.24 | 7.8 | - |
| YUV | 98.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 91 | 72 | 0 | 0.27 | 0.42 | 0.51 | 21.92 | 0.27 | 0.38 |
| Hex | 7C | 5B | 48 | 0 | 1B | 2A | 33 | 16 | 1B | 26 |
| Octal | 174 | 133 | 110 | 0 | 33 | 52 | 63 | 26 | 33 | 46 |
| Binary | 1111100 | 1011011 | 1001000 | 0 | 11011 | 101010 | 110011 | 10110 | 11011 | 100110 |
Color Harmonies of #7C5B48
Complementary color
Monochromatic Colors of #7C5B48
Black with #7C5B48
Text Example
Text Example
White with #7C5B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5B48; }
p { color: rgb(124,91,72); }
H1.HeaderClassName
{
color: #7C5B48;
}
.AnyTagClassName
{
color: #7C5B48;
}
</style>
background-color css
<style>
a { background-color: #7C5B48; }
a { background-color: rgb(124,91,72); }
div.DivClassName
{
background-color: #7C5B48;
}
.BgClassName
{
background-color: #7C5B48;
}
</style>
border-color css
<style>
span { border-color: #7C5B48; }
span { border-color: rgb(124,91,72); }
td.TdClassName
{
border-color: #7C5B48;
}
.TagClassName
{
border-color: #7C5B48;
}
</style>