Shades of Potters Clay #79584A
Tints of Potters Clay #79584A
RGB
CMYK
RGB Variations
Color information
#79584A (or 0x79584A) is known color: Potters Clay. HEX triplet: 79, 58 and 4A. RGB value is (121,88,74). Sum of RGB (Red+Green+Blue) = 121+88+74=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 121 - color contains mainly: red. Hex color #79584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79584A is #86A7B5. Grayscale: #606060. Windows color (decimal): -8824758 or 4872313. OLE color: 4872313.
HSL color Cylindrical-coordinate representation of color #79584A: hue angle of 17.87º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #79584A is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 88 | 74 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.53 |
| HSL | 17.87º | 0.24% | 0.38% | - |
| HSV(B) | 17.87º | 0.39% | 0.47% | - |
| XYZ | 12.61 | 11.54 | 8.04 | - |
| YUV | 96.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 88 | 74 | 0 | 0.27 | 0.39 | 0.53 | 17.87 | 0.24 | 0.38 |
| Hex | 79 | 58 | 4A | 0 | 1B | 27 | 35 | 12 | 18 | 26 |
| Octal | 171 | 130 | 112 | 0 | 33 | 47 | 65 | 22 | 30 | 46 |
| Binary | 1111001 | 1011000 | 1001010 | 0 | 11011 | 100111 | 110101 | 10010 | 11000 | 100110 |
Color Harmonies of #79584A
Complementary color
Monochromatic Colors of #79584A
Black with #79584A
Text Example
Text Example
White with #79584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79584A; }
p { color: rgb(121,88,74); }
H1.HeaderClassName
{
color: #79584A;
}
.AnyTagClassName
{
color: #79584A;
}
</style>
background-color css
<style>
a { background-color: #79584A; }
a { background-color: rgb(121,88,74); }
div.DivClassName
{
background-color: #79584A;
}
.BgClassName
{
background-color: #79584A;
}
</style>
border-color css
<style>
span { border-color: #79584A; }
span { border-color: rgb(121,88,74); }
td.TdClassName
{
border-color: #79584A;
}
.TagClassName
{
border-color: #79584A;
}
</style>