#704F6C

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

Shades of Salt Box #704F6C

Tints of Salt Box #704F6C

Color information

#704F6C (or 0x704F6C) is unknown color: approx Salt Box. HEX triplet: 70, 4F and 6C. RGB value is (112,79,108). Sum of RGB (Red+Green+Blue) = 112+79+108=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #704F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704F6C is #8FB093. Grayscale: #5C5C5C. Windows color (decimal): -9416852 or 7098224. OLE color: 7098224.

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

Color convert

RGB11279108-
CMYK00.290.040.56
HSL307.27º17.28%37.45%-
HSV(B)307.27º29.46%43.92%-
XYZ12.1810.1215.5-
YUV92.17136.93142.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 79 (31.25% from 255) = 26.42%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=37.46%
G=26.42%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127910800.290.040.56307.2717.2837.45
Hex704F6C01D4381331125
Octal1601171540354704632145
Binary11100001001111110110001110110011100010011001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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