#785A46

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

Shades of Potters Clay #785A46

Tints of Potters Clay #785A46

Color information

#785A46 (or 0x785A46) is unknown color: approx Potters Clay. HEX triplet: 78, 5A and 46. RGB value is (120,90,70). Sum of RGB (Red+Green+Blue) = 120+90+70=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #785A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A46 is #87A5B9. Grayscale: #606060. Windows color (decimal): -8889786 or 4610680. OLE color: 4610680.

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

Color convert

RGB1209070-
CMYK00.250.420.53
HSL24º26.32%37.25%-
HSV(B)24º41.67%47.06%-
XYZ12.5111.757.4-
YUV96.69112.94144.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.86%
GREEN value IS 90 (35.55% from 255) = 32.14%
BLUE value IS 70 (27.73% from 255) = 25%
R=42.86%
G=32.14%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120907000.250.420.532426.3237.25
Hex785A460192A35181a25
Octal1701321060315265303245
Binary1111000101101010001100110011010101101011100011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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