#705068

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

Shades of Salt Box #705068

Tints of Salt Box #705068

Color information

#705068 (or 0x705068) is unknown color: approx Salt Box. HEX triplet: 70, 50 and 68. RGB value is (112,80,104). Sum of RGB (Red+Green+Blue) = 112+80+104=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #705068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705068 is #8FAF97. Grayscale: #5C5C5C. Windows color (decimal): -9416600 or 6836336. OLE color: 6836336.

HSL color Cylindrical-coordinate representation of color #705068: hue angle of 315º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #705068 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11280104-
CMYK00.290.070.56
HSL315º16.67%37.65%-
HSV(B)315º28.57%43.92%-
XYZ12.0510.1814.43-
YUV92.3134.6142.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.84%
GREEN value IS 80 (31.64% from 255) = 27.03%
BLUE value IS 104 (41.02% from 255) = 35.14%
R=37.84%
G=27.03%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128010400.290.070.5631516.6737.65
Hex70506801D73813b1126
Octal1601201500357704732146
Binary11100001010000110100001110111111100010011101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705068; }

 p { color: rgb(112,80,104); }

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

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

 a { background-color: rgb(112,80,104); }

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

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

 span { border-color: rgb(112,80,104); }

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