Shades of Potters Clay #7F5A3F
Tints of Potters Clay #7F5A3F
RGB
CMYK
RGB Variations
Color information
#7F5A3F (or 0x7F5A3F) is known color: Potters Clay. HEX triplet: 7F, 5A and 3F. RGB value is (127,90,63). Sum of RGB (Red+Green+Blue) = 127+90+63=280 (37% of max value = 765). Red value is 127 (50% from 255 or 45.36% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5A3F is #80A5C0. Grayscale: #626262. Windows color (decimal): -8431041 or 4151935. OLE color: 4151935.
HSL color Cylindrical-coordinate representation of color #7F5A3F: hue angle of 25.31º degrees, saturation: 0.34, 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 #7F5A3F is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 90 | 63 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.50 |
| HSL | 25.31º | 0.34% | 0.37% | - |
| HSV(B) | 25.31º | 0.5% | 0.5% | - |
| XYZ | 13.31 | 12.18 | 6.35 | - |
| YUV | 97.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 90 | 63 | 0 | 0.29 | 0.50 | 0.50 | 25.31 | 0.34 | 0.37 |
| Hex | 7F | 5A | 3F | 0 | 1D | 32 | 32 | 19 | 22 | 25 |
| Octal | 177 | 132 | 77 | 0 | 35 | 62 | 62 | 31 | 42 | 45 |
| Binary | 1111111 | 1011010 | 111111 | 0 | 11101 | 110010 | 110010 | 11001 | 100010 | 100101 |
Color Harmonies of #7F5A3F
Complementary color
Monochromatic Colors of #7F5A3F
Black with #7F5A3F
Text Example
Text Example
White with #7F5A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5A3F; }
p { color: rgb(127,90,63); }
H1.HeaderClassName
{
color: #7F5A3F;
}
.AnyTagClassName
{
color: #7F5A3F;
}
</style>
background-color css
<style>
a { background-color: #7F5A3F; }
a { background-color: rgb(127,90,63); }
div.DivClassName
{
background-color: #7F5A3F;
}
.BgClassName
{
background-color: #7F5A3F;
}
</style>
border-color css
<style>
span { border-color: #7F5A3F; }
span { border-color: rgb(127,90,63); }
td.TdClassName
{
border-color: #7F5A3F;
}
.TagClassName
{
border-color: #7F5A3F;
}
</style>