Shades of Potters Clay #7B5D43
Tints of Potters Clay #7B5D43
RGB
CMYK
RGB Variations
Color information
#7B5D43 (or 0x7B5D43) is known color: Potters Clay. HEX triplet: 7B, 5D and 43. RGB value is (123,93,67). Sum of RGB (Red+Green+Blue) = 123+93+67=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5D43 is #84A2BC. Grayscale: #636363. Windows color (decimal): -8692413 or 4414843. OLE color: 4414843.
HSL color Cylindrical-coordinate representation of color #7B5D43: hue angle of 27.86º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B5D43 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 93 | 67 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.52 |
| HSL | 27.86º | 0.29% | 0.37% | - |
| HSV(B) | 27.86º | 0.46% | 0.48% | - |
| XYZ | 13.1 | 12.44 | 7.02 | - |
| YUV | 99.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 93 | 67 | 0 | 0.24 | 0.46 | 0.52 | 27.86 | 0.29 | 0.37 |
| Hex | 7B | 5D | 43 | 0 | 18 | 2E | 34 | 1C | 1D | 25 |
| Octal | 173 | 135 | 103 | 0 | 30 | 56 | 64 | 34 | 35 | 45 |
| Binary | 1111011 | 1011101 | 1000011 | 0 | 11000 | 101110 | 110100 | 11100 | 11101 | 100101 |
Color Harmonies of #7B5D43
Complementary color
Monochromatic Colors of #7B5D43
Black with #7B5D43
Text Example
Text Example
White with #7B5D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5D43; }
p { color: rgb(123,93,67); }
H1.HeaderClassName
{
color: #7B5D43;
}
.AnyTagClassName
{
color: #7B5D43;
}
</style>
background-color css
<style>
a { background-color: #7B5D43; }
a { background-color: rgb(123,93,67); }
div.DivClassName
{
background-color: #7B5D43;
}
.BgClassName
{
background-color: #7B5D43;
}
</style>
border-color css
<style>
span { border-color: #7B5D43; }
span { border-color: rgb(123,93,67); }
td.TdClassName
{
border-color: #7B5D43;
}
.TagClassName
{
border-color: #7B5D43;
}
</style>