#704668

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

Shades of Salt Box #704668

Tints of Salt Box #704668

Color information

#704668 (or 0x704668) is unknown color: approx Salt Box. HEX triplet: 70, 46 and 68. RGB value is (112,70,104). Sum of RGB (Red+Green+Blue) = 112+70+104=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #704668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704668 is #8FB997. Grayscale: #565656. Windows color (decimal): -9419160 or 6833776. OLE color: 6833776.

HSL color Cylindrical-coordinate representation of color #704668: hue angle of 311.43º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #704668 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11270104-
CMYK00.380.070.56
HSL311.43º23.08%35.69%-
HSV(B)311.43º37.5%43.92%-
XYZ11.378.8214.2-
YUV86.43137.91146.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 104 (41.02% from 255) = 36.36%
R=39.16%
G=24.48%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127010400.380.070.56311.4323.0835.69
Hex7046680267381371724
Octal1601061500467704672744
Binary111000010001101101000010011011111100010011011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704668; }

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

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

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

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

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

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

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

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