Shades of Potters Clay #7C5A3B
Tints of Potters Clay #7C5A3B
RGB
CMYK
RGB Variations
Color information
#7C5A3B (or 0x7C5A3B) is known color: Potters Clay. HEX triplet: 7C, 5A and 3B. RGB value is (124,90,59). Sum of RGB (Red+Green+Blue) = 124+90+59=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5A3B is #83A5C4. Grayscale: #606060. Windows color (decimal): -8627653 or 3889788. OLE color: 3889788.
HSL color Cylindrical-coordinate representation of color #7C5A3B: hue angle of 28.62º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C5A3B is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 90 | 59 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.51 |
| HSL | 28.62º | 0.36% | 0.36% | - |
| HSV(B) | 28.62º | 0.52% | 0.49% | - |
| XYZ | 12.76 | 11.91 | 5.76 | - |
| YUV | 96.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 90 | 59 | 0 | 0.27 | 0.52 | 0.51 | 28.62 | 0.36 | 0.36 |
| Hex | 7C | 5A | 3B | 0 | 1B | 34 | 33 | 1D | 24 | 24 |
| Octal | 174 | 132 | 73 | 0 | 33 | 64 | 63 | 35 | 44 | 44 |
| Binary | 1111100 | 1011010 | 111011 | 0 | 11011 | 110100 | 110011 | 11101 | 100100 | 100100 |
Color Harmonies of #7C5A3B
Complementary color
Monochromatic Colors of #7C5A3B
Black with #7C5A3B
Text Example
Text Example
White with #7C5A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5A3B; }
p { color: rgb(124,90,59); }
H1.HeaderClassName
{
color: #7C5A3B;
}
.AnyTagClassName
{
color: #7C5A3B;
}
</style>
background-color css
<style>
a { background-color: #7C5A3B; }
a { background-color: rgb(124,90,59); }
div.DivClassName
{
background-color: #7C5A3B;
}
.BgClassName
{
background-color: #7C5A3B;
}
</style>
border-color css
<style>
span { border-color: #7C5A3B; }
span { border-color: rgb(124,90,59); }
td.TdClassName
{
border-color: #7C5A3B;
}
.TagClassName
{
border-color: #7C5A3B;
}
</style>