#704968

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

Shades of Salt Box #704968

Tints of Salt Box #704968

Color information

#704968 (or 0x704968) is unknown color: approx Salt Box. HEX triplet: 70, 49 and 68. RGB value is (112,73,104). Sum of RGB (Red+Green+Blue) = 112+73+104=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 112 - color contains mainly: red. Hex color #704968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704968 is #8FB697. Grayscale: #585858. Windows color (decimal): -9418392 or 6834544. OLE color: 6834544.

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

Color convert

RGB11273104-
CMYK00.350.070.56
HSL312.31º21.08%36.27%-
HSV(B)312.31º34.82%43.92%-
XYZ11.569.2114.26-
YUV88.2136.92144.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=38.75%
G=25.26%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127310400.350.070.56312.3121.0836.27
Hex7049680237381381524
Octal1601111500437704702544
Binary111000010010011101000010001111111100010011100010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704968; }

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

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

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

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

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

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

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

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