Shades of Potters Clay #7F603D
Tints of Potters Clay #7F603D
RGB
CMYK
RGB Variations
Color information
#7F603D (or 0x7F603D) is known color: Potters Clay. HEX triplet: 7F, 60 and 3D. RGB value is (127,96,61). Sum of RGB (Red+Green+Blue) = 127+96+61=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 127 - color contains mainly: red. Hex color #7F603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F603D is #809FC2. Grayscale: #656565. Windows color (decimal): -8429507 or 4022399. OLE color: 4022399.
HSL color Cylindrical-coordinate representation of color #7F603D: hue angle of 31.82º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F603D is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 96 | 61 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.50 |
| HSL | 31.82º | 0.35% | 0.37% | - |
| HSV(B) | 31.82º | 0.52% | 0.5% | - |
| XYZ | 13.78 | 13.21 | 6.24 | - |
| YUV | 101.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 96 | 61 | 0 | 0.24 | 0.52 | 0.50 | 31.82 | 0.35 | 0.37 |
| Hex | 7F | 60 | 3D | 0 | 18 | 34 | 32 | 20 | 23 | 25 |
| Octal | 177 | 140 | 75 | 0 | 30 | 64 | 62 | 40 | 43 | 45 |
| Binary | 1111111 | 1100000 | 111101 | 0 | 11000 | 110100 | 110010 | 100000 | 100011 | 100101 |
Color Harmonies of #7F603D
Complementary color
Monochromatic Colors of #7F603D
Black with #7F603D
Text Example
Text Example
White with #7F603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F603D; }
p { color: rgb(127,96,61); }
H1.HeaderClassName
{
color: #7F603D;
}
.AnyTagClassName
{
color: #7F603D;
}
</style>
background-color css
<style>
a { background-color: #7F603D; }
a { background-color: rgb(127,96,61); }
div.DivClassName
{
background-color: #7F603D;
}
.BgClassName
{
background-color: #7F603D;
}
</style>
border-color css
<style>
span { border-color: #7F603D; }
span { border-color: rgb(127,96,61); }
td.TdClassName
{
border-color: #7F603D;
}
.TagClassName
{
border-color: #7F603D;
}
</style>