Shades of Potters Clay #7B573D
Tints of Potters Clay #7B573D
RGB
CMYK
RGB Variations
Color information
#7B573D (or 0x7B573D) is known color: Potters Clay. HEX triplet: 7B, 57 and 3D. RGB value is (123,87,61). Sum of RGB (Red+Green+Blue) = 123+87+61=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 123 - color contains mainly: red. Hex color #7B573D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B573D is #84A8C2. Grayscale: #5E5E5E. Windows color (decimal): -8693955 or 4020091. OLE color: 4020091.
HSL color Cylindrical-coordinate representation of color #7B573D: hue angle of 25.16º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B573D is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 87 | 61 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.52 |
| HSL | 25.16º | 0.34% | 0.36% | - |
| HSV(B) | 25.16º | 0.5% | 0.48% | - |
| XYZ | 12.42 | 11.36 | 5.95 | - |
| YUV | 94.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 87 | 61 | 0 | 0.29 | 0.50 | 0.52 | 25.16 | 0.34 | 0.36 |
| Hex | 7B | 57 | 3D | 0 | 1D | 32 | 34 | 19 | 22 | 24 |
| Octal | 173 | 127 | 75 | 0 | 35 | 62 | 64 | 31 | 42 | 44 |
| Binary | 1111011 | 1010111 | 111101 | 0 | 11101 | 110010 | 110100 | 11001 | 100010 | 100100 |
Color Harmonies of #7B573D
Complementary color
Monochromatic Colors of #7B573D
Black with #7B573D
Text Example
Text Example
White with #7B573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B573D; }
p { color: rgb(123,87,61); }
H1.HeaderClassName
{
color: #7B573D;
}
.AnyTagClassName
{
color: #7B573D;
}
</style>
background-color css
<style>
a { background-color: #7B573D; }
a { background-color: rgb(123,87,61); }
div.DivClassName
{
background-color: #7B573D;
}
.BgClassName
{
background-color: #7B573D;
}
</style>
border-color css
<style>
span { border-color: #7B573D; }
span { border-color: rgb(123,87,61); }
td.TdClassName
{
border-color: #7B573D;
}
.TagClassName
{
border-color: #7B573D;
}
</style>