Shades of Potters Clay #7F5844
Tints of Potters Clay #7F5844
RGB
CMYK
RGB Variations
Color information
#7F5844 (or 0x7F5844) is known color: Potters Clay. HEX triplet: 7F, 58 and 44. RGB value is (127,88,68). Sum of RGB (Red+Green+Blue) = 127+88+68=283 (37% of max value = 765). Red value is 127 (50% from 255 or 44.88% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5844 is #80A7BB. Grayscale: #616161. Windows color (decimal): -8431548 or 4479103. OLE color: 4479103.
HSL color Cylindrical-coordinate representation of color #7F5844: hue angle of 20.34º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F5844 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 88 | 68 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.50 |
| HSL | 20.34º | 0.3% | 0.38% | - |
| HSV(B) | 20.34º | 0.46% | 0.5% | - |
| XYZ | 13.29 | 11.91 | 7.07 | - |
| YUV | 97.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 88 | 68 | 0 | 0.31 | 0.46 | 0.50 | 20.34 | 0.3 | 0.38 |
| Hex | 7F | 58 | 44 | 0 | 1F | 2E | 32 | 14 | 1E | 26 |
| Octal | 177 | 130 | 104 | 0 | 37 | 56 | 62 | 24 | 36 | 46 |
| Binary | 1111111 | 1011000 | 1000100 | 0 | 11111 | 101110 | 110010 | 10100 | 11110 | 100110 |
Color Harmonies of #7F5844
Complementary color
Monochromatic Colors of #7F5844
Black with #7F5844
Text Example
Text Example
White with #7F5844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5844; }
p { color: rgb(127,88,68); }
H1.HeaderClassName
{
color: #7F5844;
}
.AnyTagClassName
{
color: #7F5844;
}
</style>
background-color css
<style>
a { background-color: #7F5844; }
a { background-color: rgb(127,88,68); }
div.DivClassName
{
background-color: #7F5844;
}
.BgClassName
{
background-color: #7F5844;
}
</style>
border-color css
<style>
span { border-color: #7F5844; }
span { border-color: rgb(127,88,68); }
td.TdClassName
{
border-color: #7F5844;
}
.TagClassName
{
border-color: #7F5844;
}
</style>