#785D70

Color #785D70 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #785D70

Tints of Salt Box #785D70

Color information

#785D70 (or 0x785D70) is unknown color: approx Salt Box. HEX triplet: 78, 5D and 70. RGB value is (120,93,112). Sum of RGB (Red+Green+Blue) = 120+93+112=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #785D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D70 is #87A28F. Grayscale: #676767. Windows color (decimal): -8888976 or 7363960. OLE color: 7363960.

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

Color convert

RGB12093112-
CMYK00.220.070.53
HSL317.78º12.68%41.76%-
HSV(B)317.78º22.5%47.06%-
XYZ14.5812.9917.07-
YUV103.24132.95139.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 93 (36.72% from 255) = 28.62%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=36.92%
G=28.62%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209311200.220.070.53317.7812.6841.76
Hex785D7001673513ed2a
Octal1701351600267654761552
Binary1111000101110111100000101101111101011001111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,93,112); }

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

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

 a { background-color: rgb(120,93,112); }

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

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

 span { border-color: rgb(120,93,112); }

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