#785C6F

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

Shades of Salt Box #785C6F

Tints of Salt Box #785C6F

Color information

#785C6F (or 0x785C6F) is unknown color: approx Salt Box. HEX triplet: 78, 5C and 6F. RGB value is (120,92,111). Sum of RGB (Red+Green+Blue) = 120+92+111=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 120 - color contains mainly: red. Hex color #785C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C6F is #87A390. Grayscale: #666666. Windows color (decimal): -8889233 or 7298168. OLE color: 7298168.

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

Color convert

RGB12092111-
CMYK00.230.080.53
HSL319.29º13.21%41.57%-
HSV(B)319.29º23.33%47.06%-
XYZ14.4412.816.75-
YUV102.54132.78140.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.15%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=37.15%
G=28.48%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209211100.230.080.53319.2913.2141.57
Hex785C6F01783513fd2a
Octal17013415702710654771552
Binary11110001011100110111101011110001101011001111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,92,111); }

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

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

 a { background-color: rgb(120,92,111); }

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

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

 span { border-color: rgb(120,92,111); }

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