Shades of Potters Clay #7A5741
Tints of Potters Clay #7A5741
RGB
CMYK
RGB Variations
Color information
#7A5741 (or 0x7A5741) is known color: Potters Clay. HEX triplet: 7A, 57 and 41. RGB value is (122,87,65). Sum of RGB (Red+Green+Blue) = 122+87+65=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5741 is #85A8BE. Grayscale: #5F5F5F. Windows color (decimal): -8759487 or 4282234. OLE color: 4282234.
HSL color Cylindrical-coordinate representation of color #7A5741: hue angle of 23.16º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A5741 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 87 | 65 | - |
| CMYK | 0 | 0.29 | 0.47 | 0.52 |
| HSL | 23.16º | 0.3% | 0.37% | - |
| HSV(B) | 23.16º | 0.47% | 0.48% | - |
| XYZ | 12.39 | 11.34 | 6.54 | - |
| YUV | 94.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 65 | 0 | 0.29 | 0.47 | 0.52 | 23.16 | 0.3 | 0.37 |
| Hex | 7A | 57 | 41 | 0 | 1D | 2F | 34 | 17 | 1E | 25 |
| Octal | 172 | 127 | 101 | 0 | 35 | 57 | 64 | 27 | 36 | 45 |
| Binary | 1111010 | 1010111 | 1000001 | 0 | 11101 | 101111 | 110100 | 10111 | 11110 | 100101 |
Color Harmonies of #7A5741
Complementary color
Monochromatic Colors of #7A5741
Black with #7A5741
Text Example
Text Example
White with #7A5741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5741; }
p { color: rgb(122,87,65); }
H1.HeaderClassName
{
color: #7A5741;
}
.AnyTagClassName
{
color: #7A5741;
}
</style>
background-color css
<style>
a { background-color: #7A5741; }
a { background-color: rgb(122,87,65); }
div.DivClassName
{
background-color: #7A5741;
}
.BgClassName
{
background-color: #7A5741;
}
</style>
border-color css
<style>
span { border-color: #7A5741; }
span { border-color: rgb(122,87,65); }
td.TdClassName
{
border-color: #7A5741;
}
.TagClassName
{
border-color: #7A5741;
}
</style>