#785671

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

Shades of Salt Box #785671

Tints of Salt Box #785671

Color information

#785671 (or 0x785671) is unknown color: approx Salt Box. HEX triplet: 78, 56 and 71. RGB value is (120,86,113). Sum of RGB (Red+Green+Blue) = 120+86+113=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #785671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785671 is #87A98E. Grayscale: #636363. Windows color (decimal): -8890767 or 7427704. OLE color: 7427704.

HSL color Cylindrical-coordinate representation of color #785671: hue angle of 312.35º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #785671 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB12086113-
CMYK00.280.060.53
HSL312.35º16.5%40.39%-
HSV(B)312.35º28.33%47.06%-
XYZ14.0511.8417.17-
YUV99.24135.76142.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.62%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 113 (44.53% from 255) = 35.42%
R=37.62%
G=26.96%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208611300.280.060.53312.3516.540.39
Hex78567101C6351381128
Octal1701261610346654702150
Binary11110001010110111000101110011011010110011100010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785671; }

 p { color: rgb(120,86,113); }

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

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

 a { background-color: rgb(120,86,113); }

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

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

 span { border-color: rgb(120,86,113); }

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