#785470

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

Shades of Salt Box #785470

Tints of Salt Box #785470

Color information

#785470 (or 0x785470) is unknown color: approx Salt Box. HEX triplet: 78, 54 and 70. RGB value is (120,84,112). Sum of RGB (Red+Green+Blue) = 120+84+112=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #785470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785470 is #87AB8F. Grayscale: #616161. Windows color (decimal): -8891280 or 7361656. OLE color: 7361656.

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

Color convert

RGB12084112-
CMYK00.30.070.53
HSL313.33º17.65%40%-
HSV(B)313.33º30%47.06%-
XYZ13.8411.516.82-
YUV97.96135.93143.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.97%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=37.97%
G=26.58%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208411200.30.070.53313.3317.6540
Hex78547001E7351391228
Octal1701241600367654712250
Binary11110001010100111000001111011111010110011100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785470; }

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

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

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

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

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

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

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

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