#705868

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

Shades of Salt Box #705868

Tints of Salt Box #705868

Color information

#705868 (or 0x705868) is unknown color: approx Salt Box. HEX triplet: 70, 58 and 68. RGB value is (112,88,104). Sum of RGB (Red+Green+Blue) = 112+88+104=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #705868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705868 is #8FA797. Grayscale: #606060. Windows color (decimal): -9414552 or 6838384. OLE color: 6838384.

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

Color convert

RGB11288104-
CMYK00.210.070.56
HSL320º12%39.22%-
HSV(B)320º21.43%43.92%-
XYZ12.6711.4214.63-
YUV97131.95138.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 88 (34.77% from 255) = 28.95%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=36.84%
G=28.95%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128810400.210.070.563201239.22
Hex705868015738140c27
Octal1601301500257705001447
Binary1110000101100011010000101011111110001010000001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705868; }

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

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

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

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

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

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

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

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