#7B5A48

Color #7B5A48 Potters Clay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Potters Clay #7B5A48

Tints of Potters Clay #7B5A48

Color information

#7B5A48 (or 0x7B5A48) is unknown color: approx Potters Clay. HEX triplet: 7B, 5A and 48. RGB value is (123,90,72). Sum of RGB (Red+Green+Blue) = 123+90+72=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5A48 is #84A5B7. Grayscale: #616161. Windows color (decimal): -8693176 or 4741755. OLE color: 4741755.

HSL color Cylindrical-coordinate representation of color #7B5A48: hue angle of 21.18º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B5A48 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB1239072-
CMYK00.270.410.52
HSL21.18º26.15%38.24%-
HSV(B)21.18º41.46%48.24%-
XYZ12.9911.997.76-
YUV97.82113.43145.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 43.16%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=43.16%
G=31.58%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123907200.270.410.5221.1826.1538.24
Hex7B5A4801B2934151a26
Octal1731321100335164253246
Binary1111011101101010010000110111010011101001010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B5A48; }

 p { color: rgb(123,90,72); }

 H1.HeaderClassName
 {
   color: #7B5A48;
 }
 .AnyTagClassName
 {
   color: #7B5A48;
 }
</style>
background-color css

<style>
 a { background-color: #7B5A48; }

 a { background-color: rgb(123,90,72); }

 div.DivClassName
 {
   background-color: #7B5A48;
 }
 .BgClassName
 {
   background-color: #7B5A48;
 }
</style>
border-color css

<style>
 span { border-color: #7B5A48; }

 span { border-color: rgb(123,90,72); }

 td.TdClassName
 {
   border-color: #7B5A48;
 }
 .TagClassName
 {
   border-color: #7B5A48;
 }
</style>