#785A47

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

Shades of Potters Clay #785A47

Tints of Potters Clay #785A47

Color information

#785A47 (or 0x785A47) is unknown color: approx Potters Clay. HEX triplet: 78, 5A and 47. RGB value is (120,90,71). Sum of RGB (Red+Green+Blue) = 120+90+71=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #785A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A47 is #87A5B8. Grayscale: #606060. Windows color (decimal): -8889785 or 4676216. OLE color: 4676216.

HSL color Cylindrical-coordinate representation of color #785A47: hue angle of 23.27º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #785A47 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB1209071-
CMYK00.250.410.53
HSL23.27º25.65%37.45%-
HSV(B)23.27º40.83%47.06%-
XYZ12.5411.767.57-
YUV96.8113.44144.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.70%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 71 (28.12% from 255) = 25.27%
R=42.70%
G=32.03%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120907100.250.410.5323.2725.6537.45
Hex785A470192935171a25
Octal1701321070315165273245
Binary1111000101101010001110110011010011101011011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785A47; }

 p { color: rgb(120,90,71); }

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

<style>
 a { background-color: #785A47; }

 a { background-color: rgb(120,90,71); }

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

<style>
 span { border-color: #785A47; }

 span { border-color: rgb(120,90,71); }

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