Shades of Potters Clay #7F5A40
Tints of Potters Clay #7F5A40
RGB
CMYK
RGB Variations
Color information
#7F5A40 (or 0x7F5A40) is known color: Potters Clay. HEX triplet: 7F, 5A and 40. RGB value is (127,90,64). Sum of RGB (Red+Green+Blue) = 127+90+64=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5A40 is #80A5BF. Grayscale: #626262. Windows color (decimal): -8431040 or 4217471. OLE color: 4217471.
HSL color Cylindrical-coordinate representation of color #7F5A40: hue angle of 24.76º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F5A40 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 90 | 64 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.50 |
| HSL | 24.76º | 0.33% | 0.37% | - |
| HSV(B) | 24.76º | 0.5% | 0.5% | - |
| XYZ | 13.33 | 12.19 | 6.5 | - |
| YUV | 98.1 | 108.76 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 90 | 64 | 0 | 0.29 | 0.50 | 0.50 | 24.76 | 0.33 | 0.37 |
| Hex | 7F | 5A | 40 | 0 | 1D | 32 | 32 | 19 | 21 | 25 |
| Octal | 177 | 132 | 100 | 0 | 35 | 62 | 62 | 31 | 41 | 45 |
| Binary | 1111111 | 1011010 | 1000000 | 0 | 11101 | 110010 | 110010 | 11001 | 100001 | 100101 |
Color Harmonies of #7F5A40
Complementary color
Monochromatic Colors of #7F5A40
Black with #7F5A40
Text Example
Text Example
White with #7F5A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5A40; }
p { color: rgb(127,90,64); }
H1.HeaderClassName
{
color: #7F5A40;
}
.AnyTagClassName
{
color: #7F5A40;
}
</style>
background-color css
<style>
a { background-color: #7F5A40; }
a { background-color: rgb(127,90,64); }
div.DivClassName
{
background-color: #7F5A40;
}
.BgClassName
{
background-color: #7F5A40;
}
</style>
border-color css
<style>
span { border-color: #7F5A40; }
span { border-color: rgb(127,90,64); }
td.TdClassName
{
border-color: #7F5A40;
}
.TagClassName
{
border-color: #7F5A40;
}
</style>