#7A5A4B

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

Shades of Potters Clay #7A5A4B

Tints of Potters Clay #7A5A4B

Color information

#7A5A4B (or 0x7A5A4B) is unknown color: approx Potters Clay. HEX triplet: 7A, 5A and 4B. RGB value is (122,90,75). Sum of RGB (Red+Green+Blue) = 122+90+75=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5A4B is #85A5B4. Grayscale: #616161. Windows color (decimal): -8758709 or 4938362. OLE color: 4938362.

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

Color convert

RGB1229075-
CMYK00.260.390.52
HSL19.15º23.86%38.63%-
HSV(B)19.15º38.52%47.84%-
XYZ12.9511.968.28-
YUV97.86115.1145.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.51%
GREEN value IS 90 (35.55% from 255) = 31.36%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=42.51%
G=31.36%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122907500.260.390.5219.1523.8638.63
Hex7A5A4B01A2734131827
Octal1721321130324764233047
Binary1111010101101010010110110101001111101001001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,90,75); }

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

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

 a { background-color: rgb(122,90,75); }

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

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

 span { border-color: rgb(122,90,75); }

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