Shades of Potters Clay #7B5641
Tints of Potters Clay #7B5641
RGB
CMYK
RGB Variations
Color information
#7B5641 (or 0x7B5641) is known color: Potters Clay. HEX triplet: 7B, 56 and 41. RGB value is (123,86,65). Sum of RGB (Red+Green+Blue) = 123+86+65=274 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.89% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5641 is #84A9BE. Grayscale: #5E5E5E. Windows color (decimal): -8694207 or 4281979. OLE color: 4281979.
HSL color Cylindrical-coordinate representation of color #7B5641: hue angle of 21.72º 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 #7B5641 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 86 | 65 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.52 |
| HSL | 21.72º | 0.31% | 0.37% | - |
| HSV(B) | 21.72º | 0.47% | 0.48% | - |
| XYZ | 12.45 | 11.25 | 6.52 | - |
| YUV | 94.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 86 | 65 | 0 | 0.30 | 0.47 | 0.52 | 21.72 | 0.31 | 0.37 |
| Hex | 7B | 56 | 41 | 0 | 1E | 2F | 34 | 16 | 1F | 25 |
| Octal | 173 | 126 | 101 | 0 | 36 | 57 | 64 | 26 | 37 | 45 |
| Binary | 1111011 | 1010110 | 1000001 | 0 | 11110 | 101111 | 110100 | 10110 | 11111 | 100101 |
Color Harmonies of #7B5641
Complementary color
Monochromatic Colors of #7B5641
Black with #7B5641
Text Example
Text Example
White with #7B5641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5641; }
p { color: rgb(123,86,65); }
H1.HeaderClassName
{
color: #7B5641;
}
.AnyTagClassName
{
color: #7B5641;
}
</style>
background-color css
<style>
a { background-color: #7B5641; }
a { background-color: rgb(123,86,65); }
div.DivClassName
{
background-color: #7B5641;
}
.BgClassName
{
background-color: #7B5641;
}
</style>
border-color css
<style>
span { border-color: #7B5641; }
span { border-color: rgb(123,86,65); }
td.TdClassName
{
border-color: #7B5641;
}
.TagClassName
{
border-color: #7B5641;
}
</style>