#784E70

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

Shades of Salt Box #784E70

Tints of Salt Box #784E70

Color information

#784E70 (or 0x784E70) is unknown color: approx Salt Box. HEX triplet: 78, 4E and 70. RGB value is (120,78,112). Sum of RGB (Red+Green+Blue) = 120+78+112=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 120 - color contains mainly: red. Hex color #784E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #784E70 is #87B18F. Grayscale: #5E5E5E. Windows color (decimal): -8892816 or 7360120. OLE color: 7360120.

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

Color convert

RGB12078112-
CMYK00.350.070.53
HSL311.43º21.21%38.82%-
HSV(B)311.43º35%47.06%-
XYZ13.3910.6116.67-
YUV94.43137.91146.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.71%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=38.71%
G=25.16%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207811200.350.070.53311.4321.2138.82
Hex784E700237351371527
Octal1701161600437654672547
Binary111100010011101110000010001111111010110011011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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