Shades of Potters Clay #7B5A46
Tints of Potters Clay #7B5A46
RGB
CMYK
RGB Variations
Color information
#7B5A46 (or 0x7B5A46) is known color: Potters Clay. HEX triplet: 7B, 5A and 46. RGB value is (123,90,70). Sum of RGB (Red+Green+Blue) = 123+90+70=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5A46 is #84A5B9. Grayscale: #616161. Windows color (decimal): -8693178 or 4610683. OLE color: 4610683.
HSL color Cylindrical-coordinate representation of color #7B5A46: hue angle of 22.64º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B5A46 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 90 | 70 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.52 |
| HSL | 22.64º | 0.27% | 0.38% | - |
| HSV(B) | 22.64º | 0.43% | 0.48% | - |
| XYZ | 12.93 | 11.97 | 7.42 | - |
| YUV | 97.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 90 | 70 | 0 | 0.27 | 0.43 | 0.52 | 22.64 | 0.27 | 0.38 |
| Hex | 7B | 5A | 46 | 0 | 1B | 2B | 34 | 17 | 1B | 26 |
| Octal | 173 | 132 | 106 | 0 | 33 | 53 | 64 | 27 | 33 | 46 |
| Binary | 1111011 | 1011010 | 1000110 | 0 | 11011 | 101011 | 110100 | 10111 | 11011 | 100110 |
Color Harmonies of #7B5A46
Complementary color
Monochromatic Colors of #7B5A46
Black with #7B5A46
Text Example
Text Example
White with #7B5A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5A46; }
p { color: rgb(123,90,70); }
H1.HeaderClassName
{
color: #7B5A46;
}
.AnyTagClassName
{
color: #7B5A46;
}
</style>
background-color css
<style>
a { background-color: #7B5A46; }
a { background-color: rgb(123,90,70); }
div.DivClassName
{
background-color: #7B5A46;
}
.BgClassName
{
background-color: #7B5A46;
}
</style>
border-color css
<style>
span { border-color: #7B5A46; }
span { border-color: rgb(123,90,70); }
td.TdClassName
{
border-color: #7B5A46;
}
.TagClassName
{
border-color: #7B5A46;
}
</style>