#704D6A

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

Shades of Salt Box #704D6A

Tints of Salt Box #704D6A

Color information

#704D6A (or 0x704D6A) is unknown color: approx Salt Box. HEX triplet: 70, 4D and 6A. RGB value is (112,77,106). Sum of RGB (Red+Green+Blue) = 112+77+106=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #704D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D6A is #8FB295. Grayscale: #5A5A5A. Windows color (decimal): -9417366 or 6966640. OLE color: 6966640.

HSL color Cylindrical-coordinate representation of color #704D6A: hue angle of 310.29º 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 #704D6A is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11277106-
CMYK00.310.050.56
HSL310.29º18.52%37.06%-
HSV(B)310.29º31.25%43.92%-
XYZ11.949.7914.9-
YUV90.77136.6143.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=37.97%
G=26.10%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127710600.310.050.56310.2918.5237.06
Hex704D6A01F5381361325
Octal1601151520375704662345
Binary11100001001101110101001111110111100010011011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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