Shades of Potters Clay #7B5D42
Tints of Potters Clay #7B5D42
RGB
CMYK
RGB Variations
Color information
#7B5D42 (or 0x7B5D42) is known color: Potters Clay. HEX triplet: 7B, 5D and 42. RGB value is (123,93,66). Sum of RGB (Red+Green+Blue) = 123+93+66=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5D42 is #84A2BD. Grayscale: #636363. Windows color (decimal): -8692414 or 4349307. OLE color: 4349307.
HSL color Cylindrical-coordinate representation of color #7B5D42: hue angle of 28.42º degrees, saturation: 0.3, 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 #7B5D42 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 93 | 66 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.52 |
| HSL | 28.42º | 0.3% | 0.37% | - |
| HSV(B) | 28.42º | 0.46% | 0.48% | - |
| XYZ | 13.07 | 12.43 | 6.87 | - |
| YUV | 98.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 93 | 66 | 0 | 0.24 | 0.46 | 0.52 | 28.42 | 0.3 | 0.37 |
| Hex | 7B | 5D | 42 | 0 | 18 | 2E | 34 | 1C | 1E | 25 |
| Octal | 173 | 135 | 102 | 0 | 30 | 56 | 64 | 34 | 36 | 45 |
| Binary | 1111011 | 1011101 | 1000010 | 0 | 11000 | 101110 | 110100 | 11100 | 11110 | 100101 |
Color Harmonies of #7B5D42
Complementary color
Monochromatic Colors of #7B5D42
Black with #7B5D42
Text Example
Text Example
White with #7B5D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5D42; }
p { color: rgb(123,93,66); }
H1.HeaderClassName
{
color: #7B5D42;
}
.AnyTagClassName
{
color: #7B5D42;
}
</style>
background-color css
<style>
a { background-color: #7B5D42; }
a { background-color: rgb(123,93,66); }
div.DivClassName
{
background-color: #7B5D42;
}
.BgClassName
{
background-color: #7B5D42;
}
</style>
border-color css
<style>
span { border-color: #7B5D42; }
span { border-color: rgb(123,93,66); }
td.TdClassName
{
border-color: #7B5D42;
}
.TagClassName
{
border-color: #7B5D42;
}
</style>