#7A5A42

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

Shades of Potters Clay #7A5A42

Tints of Potters Clay #7A5A42

Color information

#7A5A42 (or 0x7A5A42) is unknown color: approx Potters Clay. HEX triplet: 7A, 5A and 42. RGB value is (122,90,66). Sum of RGB (Red+Green+Blue) = 122+90+66=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5A42 is #85A5BD. Grayscale: #606060. Windows color (decimal): -8758718 or 4348538. OLE color: 4348538.

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

Color convert

RGB1229066-
CMYK00.260.460.52
HSL25.71º29.79%36.86%-
HSV(B)25.71º45.9%47.84%-
XYZ12.6711.846.77-
YUV96.83110.6145.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.88%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 66 (26.17% from 255) = 23.74%
R=43.88%
G=32.37%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122906600.260.460.5225.7129.7936.86
Hex7A5A4201A2E341a1e25
Octal1721321020325664323645
Binary1111010101101010000100110101011101101001101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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