#785E6E

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

Shades of Salt Box #785E6E

Tints of Salt Box #785E6E

Color information

#785E6E (or 0x785E6E) is unknown color: approx Salt Box. HEX triplet: 78, 5E and 6E. RGB value is (120,94,110). Sum of RGB (Red+Green+Blue) = 120+94+110=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 120 - color contains mainly: red. Hex color #785E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E6E is #87A191. Grayscale: #676767. Windows color (decimal): -8888722 or 7233144. OLE color: 7233144.

HSL color Cylindrical-coordinate representation of color #785E6E: hue angle of 323.08º degrees, saturation: 0.12, 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 #785E6E is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12094110-
CMYK00.220.080.53
HSL323.08º12.15%41.96%-
HSV(B)323.08º21.67%47.06%-
XYZ14.5613.1216.52-
YUV103.6131.61139.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.04%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=37.04%
G=29.01%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209411000.220.080.53323.0812.1541.96
Hex785E6E016835143c2a
Octal17013615602610655031452
Binary11110001011110110111001011010001101011010000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,94,110); }

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

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

 a { background-color: rgb(120,94,110); }

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

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

 span { border-color: rgb(120,94,110); }

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