#704966

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

Shades of Salt Box #704966

Tints of Salt Box #704966

Color information

#704966 (or 0x704966) is unknown color: approx Salt Box. HEX triplet: 70, 49 and 66. RGB value is (112,73,102). Sum of RGB (Red+Green+Blue) = 112+73+102=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #704966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704966 is #8FB699. Grayscale: #575757. Windows color (decimal): -9418394 or 6703472. OLE color: 6703472.

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

Color convert

RGB11273102-
CMYK00.350.090.56
HSL315.38º21.08%36.27%-
HSV(B)315.38º34.82%43.92%-
XYZ11.469.1713.74-
YUV87.97135.92145.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=39.02%
G=25.44%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127310200.350.090.56315.3821.0836.27
Hex70496602393813b1524
Octal16011114604311704732544
Binary1110000100100111001100100011100111100010011101110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704966; }

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

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

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

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

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

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

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

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