#704866

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

Shades of Salt Box #704866

Tints of Salt Box #704866

Color information

#704866 (or 0x704866) is unknown color: approx Salt Box. HEX triplet: 70, 48 and 66. RGB value is (112,72,102). Sum of RGB (Red+Green+Blue) = 112+72+102=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #704866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704866 is #8FB799. Grayscale: #575757. Windows color (decimal): -9418650 or 6703216. OLE color: 6703216.

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

Color convert

RGB11272102-
CMYK00.360.090.56
HSL315º21.74%36.08%-
HSV(B)315º35.71%43.92%-
XYZ11.49.0413.71-
YUV87.38136.25145.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 102 (40.23% from 255) = 35.66%
R=39.16%
G=25.17%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127210200.360.090.5631521.7436.08
Hex70486602493813b1624
Octal16011014604411704732644
Binary1110000100100011001100100100100111100010011101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704866; }

 p { color: rgb(112,72,102); }

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

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

 a { background-color: rgb(112,72,102); }

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

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

 span { border-color: rgb(112,72,102); }

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