Shades of Potters Clay #7F5B45
Tints of Potters Clay #7F5B45
RGB
CMYK
RGB Variations
Color information
#7F5B45 (or 0x7F5B45) is known color: Potters Clay. HEX triplet: 7F, 5B and 45. RGB value is (127,91,69). Sum of RGB (Red+Green+Blue) = 127+91+69=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5B45 is #80A4BA. Grayscale: #636363. Windows color (decimal): -8430779 or 4545407. OLE color: 4545407.
HSL color Cylindrical-coordinate representation of color #7F5B45: hue angle of 22.76º 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 #7F5B45 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 91 | 69 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.50 |
| HSL | 22.76º | 0.3% | 0.38% | - |
| HSV(B) | 22.76º | 0.46% | 0.5% | - |
| XYZ | 13.57 | 12.42 | 7.31 | - |
| YUV | 99.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 91 | 69 | 0 | 0.28 | 0.46 | 0.50 | 22.76 | 0.3 | 0.38 |
| Hex | 7F | 5B | 45 | 0 | 1C | 2E | 32 | 17 | 1E | 26 |
| Octal | 177 | 133 | 105 | 0 | 34 | 56 | 62 | 27 | 36 | 46 |
| Binary | 1111111 | 1011011 | 1000101 | 0 | 11100 | 101110 | 110010 | 10111 | 11110 | 100110 |
Color Harmonies of #7F5B45
Complementary color
Monochromatic Colors of #7F5B45
Black with #7F5B45
Text Example
Text Example
White with #7F5B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5B45; }
p { color: rgb(127,91,69); }
H1.HeaderClassName
{
color: #7F5B45;
}
.AnyTagClassName
{
color: #7F5B45;
}
</style>
background-color css
<style>
a { background-color: #7F5B45; }
a { background-color: rgb(127,91,69); }
div.DivClassName
{
background-color: #7F5B45;
}
.BgClassName
{
background-color: #7F5B45;
}
</style>
border-color css
<style>
span { border-color: #7F5B45; }
span { border-color: rgb(127,91,69); }
td.TdClassName
{
border-color: #7F5B45;
}
.TagClassName
{
border-color: #7F5B45;
}
</style>