#704E6A

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

Shades of Salt Box #704E6A

Tints of Salt Box #704E6A

Color information

#704E6A (or 0x704E6A) is unknown color: approx Salt Box. HEX triplet: 70, 4E and 6A. RGB value is (112,78,106). Sum of RGB (Red+Green+Blue) = 112+78+106=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #704E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704E6A is #8FB195. Grayscale: #5B5B5B. Windows color (decimal): -9417110 or 6966896. OLE color: 6966896.

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

Color convert

RGB11278106-
CMYK00.300.050.56
HSL310.59º17.89%37.25%-
HSV(B)310.59º30.36%43.92%-
XYZ12.019.9314.92-
YUV91.36136.26142.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.84%
GREEN value IS 78 (30.86% from 255) = 26.35%
BLUE value IS 106 (41.80% from 255) = 35.81%
R=37.84%
G=26.35%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127810600.300.050.56310.5917.8937.25
Hex704E6A01E5381371225
Octal1601161520365704672245
Binary11100001001110110101001111010111100010011011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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