Shades of Potters Clay #7B5B41
Tints of Potters Clay #7B5B41
RGB
CMYK
RGB Variations
Color information
#7B5B41 (or 0x7B5B41) is known color: Potters Clay. HEX triplet: 7B, 5B and 41. RGB value is (123,91,65). Sum of RGB (Red+Green+Blue) = 123+91+65=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5B41 is #84A4BE. Grayscale: #616161. Windows color (decimal): -8692927 or 4283259. OLE color: 4283259.
HSL color Cylindrical-coordinate representation of color #7B5B41: hue angle of 26.9º 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 #7B5B41 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 91 | 65 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.52 |
| HSL | 26.9º | 0.31% | 0.37% | - |
| HSV(B) | 26.9º | 0.47% | 0.48% | - |
| XYZ | 12.86 | 12.07 | 6.65 | - |
| YUV | 97.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 91 | 65 | 0 | 0.26 | 0.47 | 0.52 | 26.9 | 0.31 | 0.37 |
| Hex | 7B | 5B | 41 | 0 | 1A | 2F | 34 | 1B | 1F | 25 |
| Octal | 173 | 133 | 101 | 0 | 32 | 57 | 64 | 33 | 37 | 45 |
| Binary | 1111011 | 1011011 | 1000001 | 0 | 11010 | 101111 | 110100 | 11011 | 11111 | 100101 |
Color Harmonies of #7B5B41
Complementary color
Monochromatic Colors of #7B5B41
Black with #7B5B41
Text Example
Text Example
White with #7B5B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5B41; }
p { color: rgb(123,91,65); }
H1.HeaderClassName
{
color: #7B5B41;
}
.AnyTagClassName
{
color: #7B5B41;
}
</style>
background-color css
<style>
a { background-color: #7B5B41; }
a { background-color: rgb(123,91,65); }
div.DivClassName
{
background-color: #7B5B41;
}
.BgClassName
{
background-color: #7B5B41;
}
</style>
border-color css
<style>
span { border-color: #7B5B41; }
span { border-color: rgb(123,91,65); }
td.TdClassName
{
border-color: #7B5B41;
}
.TagClassName
{
border-color: #7B5B41;
}
</style>