#704E6E

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

Shades of Salt Box #704E6E

Tints of Salt Box #704E6E

Color information

#704E6E (or 0x704E6E) is unknown color: approx Salt Box. HEX triplet: 70, 4E and 6E. RGB value is (112,78,110). Sum of RGB (Red+Green+Blue) = 112+78+110=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #704E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E6E is #8FB191. Grayscale: #5B5B5B. Windows color (decimal): -9417106 or 7229040. OLE color: 7229040.

HSL color Cylindrical-coordinate representation of color #704E6E: hue angle of 303.53º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #704E6E is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11278110-
CMYK00.300.020.56
HSL303.53º17.89%37.25%-
HSV(B)303.53º30.36%43.92%-
XYZ12.2210.0216.04-
YUV91.81138.26142.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 78 (30.86% from 255) = 26%
BLUE value IS 110 (43.36% from 255) = 36.67%
R=37.33%
G=26%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127811000.300.020.56303.5317.8937.25
Hex704E6E01E2381301225
Octal1601161560362704602245
Binary1110000100111011011100111101011100010011000010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,78,110); }

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

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

 a { background-color: rgb(112,78,110); }

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

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

 span { border-color: rgb(112,78,110); }

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