Shades of Potters Clay #7A5A44
Tints of Potters Clay #7A5A44
RGB
CMYK
RGB Variations
Color information
#7A5A44 (or 0x7A5A44) is known color: Potters Clay. HEX triplet: 7A, 5A and 44. RGB value is (122,90,68). Sum of RGB (Red+Green+Blue) = 122+90+68=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5A44 is #85A5BB. Grayscale: #616161. Windows color (decimal): -8758716 or 4479610. OLE color: 4479610.
HSL color Cylindrical-coordinate representation of color #7A5A44: hue angle of 24.44º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A5A44 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 90 | 68 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.52 |
| HSL | 24.44º | 0.28% | 0.37% | - |
| HSV(B) | 24.44º | 0.44% | 0.48% | - |
| XYZ | 12.73 | 11.87 | 7.09 | - |
| YUV | 97.06 | 111.6 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 90 | 68 | 0 | 0.26 | 0.44 | 0.52 | 24.44 | 0.28 | 0.37 |
| Hex | 7A | 5A | 44 | 0 | 1A | 2C | 34 | 18 | 1C | 25 |
| Octal | 172 | 132 | 104 | 0 | 32 | 54 | 64 | 30 | 34 | 45 |
| Binary | 1111010 | 1011010 | 1000100 | 0 | 11010 | 101100 | 110100 | 11000 | 11100 | 100101 |
Color Harmonies of #7A5A44
Complementary color
Monochromatic Colors of #7A5A44
Black with #7A5A44
Text Example
Text Example
White with #7A5A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5A44; }
p { color: rgb(122,90,68); }
H1.HeaderClassName
{
color: #7A5A44;
}
.AnyTagClassName
{
color: #7A5A44;
}
</style>
background-color css
<style>
a { background-color: #7A5A44; }
a { background-color: rgb(122,90,68); }
div.DivClassName
{
background-color: #7A5A44;
}
.BgClassName
{
background-color: #7A5A44;
}
</style>
border-color css
<style>
span { border-color: #7A5A44; }
span { border-color: rgb(122,90,68); }
td.TdClassName
{
border-color: #7A5A44;
}
.TagClassName
{
border-color: #7A5A44;
}
</style>