#705168

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

Shades of Salt Box #705168

Tints of Salt Box #705168

Color information

#705168 (or 0x705168) is unknown color: approx Salt Box. HEX triplet: 70, 51 and 68. RGB value is (112,81,104). Sum of RGB (Red+Green+Blue) = 112+81+104=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #705168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705168 is #8FAE97. Grayscale: #5C5C5C. Windows color (decimal): -9416344 or 6836592. OLE color: 6836592.

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

Color convert

RGB11281104-
CMYK00.280.070.56
HSL315.48º16.06%37.84%-
HSV(B)315.48º27.68%43.92%-
XYZ12.1210.3314.45-
YUV92.89134.27141.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=37.71%
G=27.27%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128110400.280.070.56315.4816.0637.84
Hex70516801C73813b1026
Octal1601211500347704732046
Binary11100001010001110100001110011111100010011101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705168; }

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

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

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

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

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

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

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

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