Shades of Potters Clay #7B583E
Tints of Potters Clay #7B583E
RGB
CMYK
RGB Variations
Color information
#7B583E (or 0x7B583E) is known color: Potters Clay. HEX triplet: 7B, 58 and 3E. RGB value is (123,88,62). Sum of RGB (Red+Green+Blue) = 123+88+62=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 123 - color contains mainly: red. Hex color #7B583E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B583E is #84A7C1. Grayscale: #5F5F5F. Windows color (decimal): -8693698 or 4085883. OLE color: 4085883.
HSL color Cylindrical-coordinate representation of color #7B583E: hue angle of 25.57º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B583E is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 88 | 62 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.52 |
| HSL | 25.57º | 0.33% | 0.36% | - |
| HSV(B) | 25.57º | 0.5% | 0.48% | - |
| XYZ | 12.53 | 11.54 | 6.12 | - |
| YUV | 95.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 88 | 62 | 0 | 0.28 | 0.50 | 0.52 | 25.57 | 0.33 | 0.36 |
| Hex | 7B | 58 | 3E | 0 | 1C | 32 | 34 | 1A | 21 | 24 |
| Octal | 173 | 130 | 76 | 0 | 34 | 62 | 64 | 32 | 41 | 44 |
| Binary | 1111011 | 1011000 | 111110 | 0 | 11100 | 110010 | 110100 | 11010 | 100001 | 100100 |
Color Harmonies of #7B583E
Complementary color
Monochromatic Colors of #7B583E
Black with #7B583E
Text Example
Text Example
White with #7B583E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B583E; }
p { color: rgb(123,88,62); }
H1.HeaderClassName
{
color: #7B583E;
}
.AnyTagClassName
{
color: #7B583E;
}
</style>
background-color css
<style>
a { background-color: #7B583E; }
a { background-color: rgb(123,88,62); }
div.DivClassName
{
background-color: #7B583E;
}
.BgClassName
{
background-color: #7B583E;
}
</style>
border-color css
<style>
span { border-color: #7B583E; }
span { border-color: rgb(123,88,62); }
td.TdClassName
{
border-color: #7B583E;
}
.TagClassName
{
border-color: #7B583E;
}
</style>