#704F68

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

Shades of Salt Box #704F68

Tints of Salt Box #704F68

Color information

#704F68 (or 0x704F68) is unknown color: approx Salt Box. HEX triplet: 70, 4F and 68. RGB value is (112,79,104). Sum of RGB (Red+Green+Blue) = 112+79+104=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #704F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F68 is #8FB097. Grayscale: #5B5B5B. Windows color (decimal): -9416856 or 6836080. OLE color: 6836080.

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

Color convert

RGB11279104-
CMYK00.290.070.56
HSL314.55º17.28%37.45%-
HSV(B)314.55º29.46%43.92%-
XYZ11.9810.0414.4-
YUV91.72134.93142.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 79 (31.25% from 255) = 26.78%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=37.97%
G=26.78%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127910400.290.070.56314.5517.2837.45
Hex704F6801D73813b1125
Octal1601171500357704732145
Binary11100001001111110100001110111111100010011101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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