Shades of Potters Clay #7B5D40
Tints of Potters Clay #7B5D40
RGB
CMYK
RGB Variations
Color information
#7B5D40 (or 0x7B5D40) is known color: Potters Clay. HEX triplet: 7B, 5D and 40. RGB value is (123,93,64). Sum of RGB (Red+Green+Blue) = 123+93+64=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5D40 is #84A2BF. Grayscale: #626262. Windows color (decimal): -8692416 or 4218235. OLE color: 4218235.
HSL color Cylindrical-coordinate representation of color #7B5D40: hue angle of 29.49º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B5D40 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 93 | 64 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.52 |
| HSL | 29.49º | 0.32% | 0.37% | - |
| HSV(B) | 29.49º | 0.48% | 0.48% | - |
| XYZ | 13.01 | 12.41 | 6.56 | - |
| YUV | 98.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 93 | 64 | 0 | 0.24 | 0.48 | 0.52 | 29.49 | 0.32 | 0.37 |
| Hex | 7B | 5D | 40 | 0 | 18 | 30 | 34 | 1D | 20 | 25 |
| Octal | 173 | 135 | 100 | 0 | 30 | 60 | 64 | 35 | 40 | 45 |
| Binary | 1111011 | 1011101 | 1000000 | 0 | 11000 | 110000 | 110100 | 11101 | 100000 | 100101 |
Color Harmonies of #7B5D40
Complementary color
Monochromatic Colors of #7B5D40
Black with #7B5D40
Text Example
Text Example
White with #7B5D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5D40; }
p { color: rgb(123,93,64); }
H1.HeaderClassName
{
color: #7B5D40;
}
.AnyTagClassName
{
color: #7B5D40;
}
</style>
background-color css
<style>
a { background-color: #7B5D40; }
a { background-color: rgb(123,93,64); }
div.DivClassName
{
background-color: #7B5D40;
}
.BgClassName
{
background-color: #7B5D40;
}
</style>
border-color css
<style>
span { border-color: #7B5D40; }
span { border-color: rgb(123,93,64); }
td.TdClassName
{
border-color: #7B5D40;
}
.TagClassName
{
border-color: #7B5D40;
}
</style>