Shades of Potters Clay #7B5D41
Tints of Potters Clay #7B5D41
RGB
CMYK
RGB Variations
Color information
#7B5D41 (or 0x7B5D41) is known color: Potters Clay. HEX triplet: 7B, 5D and 41. RGB value is (123,93,65). Sum of RGB (Red+Green+Blue) = 123+93+65=281 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.77% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5D41 is #84A2BE. Grayscale: #626262. Windows color (decimal): -8692415 or 4283771. OLE color: 4283771.
HSL color Cylindrical-coordinate representation of color #7B5D41: hue angle of 28.97º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B5D41 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 93 | 65 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.52 |
| HSL | 28.97º | 0.31% | 0.37% | - |
| HSV(B) | 28.97º | 0.47% | 0.48% | - |
| XYZ | 13.04 | 12.42 | 6.71 | - |
| YUV | 98.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 93 | 65 | 0 | 0.24 | 0.47 | 0.52 | 28.97 | 0.31 | 0.37 |
| Hex | 7B | 5D | 41 | 0 | 18 | 2F | 34 | 1D | 1F | 25 |
| Octal | 173 | 135 | 101 | 0 | 30 | 57 | 64 | 35 | 37 | 45 |
| Binary | 1111011 | 1011101 | 1000001 | 0 | 11000 | 101111 | 110100 | 11101 | 11111 | 100101 |
Color Harmonies of #7B5D41
Complementary color
Monochromatic Colors of #7B5D41
Black with #7B5D41
Text Example
Text Example
White with #7B5D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5D41; }
p { color: rgb(123,93,65); }
H1.HeaderClassName
{
color: #7B5D41;
}
.AnyTagClassName
{
color: #7B5D41;
}
</style>
background-color css
<style>
a { background-color: #7B5D41; }
a { background-color: rgb(123,93,65); }
div.DivClassName
{
background-color: #7B5D41;
}
.BgClassName
{
background-color: #7B5D41;
}
</style>
border-color css
<style>
span { border-color: #7B5D41; }
span { border-color: rgb(123,93,65); }
td.TdClassName
{
border-color: #7B5D41;
}
.TagClassName
{
border-color: #7B5D41;
}
</style>