#785C6E

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

Shades of Salt Box #785C6E

Tints of Salt Box #785C6E

Color information

#785C6E (or 0x785C6E) is unknown color: approx Salt Box. HEX triplet: 78, 5C and 6E. RGB value is (120,92,110). Sum of RGB (Red+Green+Blue) = 120+92+110=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #785C6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785C6E is #87A391. Grayscale: #666666. Windows color (decimal): -8889234 or 7232632. OLE color: 7232632.

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

Color convert

RGB12092110-
CMYK00.230.080.53
HSL321.43º13.21%41.57%-
HSV(B)321.43º23.33%47.06%-
XYZ14.3912.7716.46-
YUV102.42132.28140.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.27%
GREEN value IS 92 (36.33% from 255) = 28.57%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=37.27%
G=28.57%
B=34.16%

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
Decimal1209211000.230.080.53321.4313.2141.57
Hex785C6E017835141d2a
Octal17013415602710655011552
Binary11110001011100110111001011110001101011010000011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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