#704D68

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

Shades of Salt Box #704D68

Tints of Salt Box #704D68

Color information

#704D68 (or 0x704D68) is unknown color: approx Salt Box. HEX triplet: 70, 4D and 68. RGB value is (112,77,104). Sum of RGB (Red+Green+Blue) = 112+77+104=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #704D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D68 is #8FB297. Grayscale: #5A5A5A. Windows color (decimal): -9417368 or 6835568. OLE color: 6835568.

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

Color convert

RGB11277104-
CMYK00.310.070.56
HSL313.71º18.52%37.06%-
HSV(B)313.71º31.25%43.92%-
XYZ11.839.7514.36-
YUV90.54135.6143.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 77 (30.47% from 255) = 26.28%
BLUE value IS 104 (41.02% from 255) = 35.49%
R=38.23%
G=26.28%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127710400.310.070.56313.7118.5237.06
Hex704D6801F73813a1325
Octal1601151500377704722345
Binary11100001001101110100001111111111100010011101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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