#784D70

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

Shades of Salt Box #784D70

Tints of Salt Box #784D70

Color information

#784D70 (or 0x784D70) is unknown color: approx Salt Box. HEX triplet: 78, 4D and 70. RGB value is (120,77,112). Sum of RGB (Red+Green+Blue) = 120+77+112=309 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.83% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 120 - color contains mainly: red. Hex color #784D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784D70 is #87B28F. Grayscale: #5D5D5D. Windows color (decimal): -8893072 or 7359864. OLE color: 7359864.

HSL color Cylindrical-coordinate representation of color #784D70: hue angle of 311.16º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #784D70 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12077112-
CMYK00.360.070.53
HSL311.16º21.83%38.63%-
HSV(B)311.16º35.83%47.06%-
XYZ13.3210.4716.65-
YUV93.85138.25146.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.83%
GREEN value IS 77 (30.47% from 255) = 24.92%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=38.83%
G=24.92%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207711200.360.070.53311.1621.8338.63
Hex784D700247351371627
Octal1701151600447654672647
Binary111100010011011110000010010011111010110011011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784D70; }

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

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

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

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

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

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

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

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