#704B66

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

Shades of Salt Box #704B66

Tints of Salt Box #704B66

Color information

#704B66 (or 0x704B66) is unknown color: approx Salt Box. HEX triplet: 70, 4B and 66. RGB value is (112,75,102). Sum of RGB (Red+Green+Blue) = 112+75+102=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #704B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B66 is #8FB499. Grayscale: #595959. Windows color (decimal): -9417882 or 6703984. OLE color: 6703984.

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

Color convert

RGB11275102-
CMYK00.330.090.56
HSL316.22º19.79%36.67%-
HSV(B)316.22º33.04%43.92%-
XYZ11.69.4413.78-
YUV89.14135.26144.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 75 (29.69% from 255) = 25.95%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=38.75%
G=25.95%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127510200.330.090.56316.2219.7936.67
Hex704B6602193813c1425
Octal16011314604111704742445
Binary1110000100101111001100100001100111100010011110010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704B66; }

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

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

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

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

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

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

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

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