#7A5844

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

Shades of Potters Clay #7A5844

Tints of Potters Clay #7A5844

Color information

#7A5844 (or 0x7A5844) is unknown color: approx Potters Clay. HEX triplet: 7A, 58 and 44. RGB value is (122,88,68). Sum of RGB (Red+Green+Blue) = 122+88+68=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5844 is #85A7BB. Grayscale: #606060. Windows color (decimal): -8759228 or 4479098. OLE color: 4479098.

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

Color convert

RGB1228868-
CMYK00.280.440.52
HSL22.22º28.42%37.25%-
HSV(B)22.22º44.26%47.84%-
XYZ12.5611.537.03-
YUV95.89112.26146.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.88%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 68 (26.95% from 255) = 24.46%
R=43.88%
G=31.65%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122886800.280.440.5222.2228.4237.25
Hex7A584401C2C34161c25
Octal1721301040345464263445
Binary1111010101100010001000111001011001101001011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,88,68); }

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

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

 a { background-color: rgb(122,88,68); }

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

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

 span { border-color: rgb(122,88,68); }

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