#704B69

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

Shades of Salt Box #704B69

Tints of Salt Box #704B69

Color information

#704B69 (or 0x704B69) is unknown color: approx Salt Box. HEX triplet: 70, 4B and 69. RGB value is (112,75,105). Sum of RGB (Red+Green+Blue) = 112+75+105=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #704B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B69 is #8FB496. Grayscale: #595959. Windows color (decimal): -9417879 or 6900592. OLE color: 6900592.

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

Color convert

RGB11275105-
CMYK00.330.060.56
HSL311.35º19.79%36.67%-
HSV(B)311.35º33.04%43.92%-
XYZ11.759.514.58-
YUV89.48136.76144.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=38.36%
G=25.68%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127510500.330.060.56311.3519.7936.67
Hex704B690216381371425
Octal1601131510416704672445
Binary111000010010111101001010000111011100010011011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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