#704B6C

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

Shades of Salt Box #704B6C

Tints of Salt Box #704B6C

Color information

#704B6C (or 0x704B6C) is unknown color: approx Salt Box. HEX triplet: 70, 4B and 6C. RGB value is (112,75,108). Sum of RGB (Red+Green+Blue) = 112+75+108=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #704B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B6C is #8FB493. Grayscale: #595959. Windows color (decimal): -9417876 or 7097200. OLE color: 7097200.

HSL color Cylindrical-coordinate representation of color #704B6C: hue angle of 306.49º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #704B6C is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11275108-
CMYK00.330.040.56
HSL306.49º19.79%36.67%-
HSV(B)306.49º33.04%43.92%-
XYZ11.99.5615.41-
YUV89.82138.26143.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 75 (29.69% from 255) = 25.42%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=37.97%
G=25.42%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127510800.330.040.56306.4919.7936.67
Hex704B6C0214381321425
Octal1601131540414704622445
Binary111000010010111101100010000110011100010011001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,75,108); }

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

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

 a { background-color: rgb(112,75,108); }

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

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

 span { border-color: rgb(112,75,108); }

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