Shades of Potters Clay #7B5841
Tints of Potters Clay #7B5841
RGB
CMYK
RGB Variations
Color information
#7B5841 (or 0x7B5841) is known color: Potters Clay. HEX triplet: 7B, 58 and 41. RGB value is (123,88,65). Sum of RGB (Red+Green+Blue) = 123+88+65=276 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.57% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5841 is #84A7BE. Grayscale: #5F5F5F. Windows color (decimal): -8693695 or 4282491. OLE color: 4282491.
HSL color Cylindrical-coordinate representation of color #7B5841: hue angle of 23.79º 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 #7B5841 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 88 | 65 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.52 |
| HSL | 23.79º | 0.31% | 0.37% | - |
| HSV(B) | 23.79º | 0.47% | 0.48% | - |
| XYZ | 12.61 | 11.57 | 6.57 | - |
| YUV | 95.84 | 110.6 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 88 | 65 | 0 | 0.28 | 0.47 | 0.52 | 23.79 | 0.31 | 0.37 |
| Hex | 7B | 58 | 41 | 0 | 1C | 2F | 34 | 18 | 1F | 25 |
| Octal | 173 | 130 | 101 | 0 | 34 | 57 | 64 | 30 | 37 | 45 |
| Binary | 1111011 | 1011000 | 1000001 | 0 | 11100 | 101111 | 110100 | 11000 | 11111 | 100101 |
Color Harmonies of #7B5841
Complementary color
Monochromatic Colors of #7B5841
Black with #7B5841
Text Example
Text Example
White with #7B5841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5841; }
p { color: rgb(123,88,65); }
H1.HeaderClassName
{
color: #7B5841;
}
.AnyTagClassName
{
color: #7B5841;
}
</style>
background-color css
<style>
a { background-color: #7B5841; }
a { background-color: rgb(123,88,65); }
div.DivClassName
{
background-color: #7B5841;
}
.BgClassName
{
background-color: #7B5841;
}
</style>
border-color css
<style>
span { border-color: #7B5841; }
span { border-color: rgb(123,88,65); }
td.TdClassName
{
border-color: #7B5841;
}
.TagClassName
{
border-color: #7B5841;
}
</style>