#704767

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

Shades of Salt Box #704767

Tints of Salt Box #704767

Color information

#704767 (or 0x704767) is unknown color: approx Salt Box. HEX triplet: 70, 47 and 67. RGB value is (112,71,103). Sum of RGB (Red+Green+Blue) = 112+71+103=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #704767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704767 is #8FB898. Grayscale: #565656. Windows color (decimal): -9418905 or 6768496. OLE color: 6768496.

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

Color convert

RGB11271103-
CMYK00.370.080.56
HSL313.17º22.4%35.88%-
HSV(B)313.17º36.61%43.92%-
XYZ11.388.9313.96-
YUV86.91137.08145.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 71 (28.12% from 255) = 24.83%
BLUE value IS 103 (40.62% from 255) = 36.01%
R=39.16%
G=24.83%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1127110300.370.080.56313.1722.435.88
Hex7047670258381391624
Octal16010714704510704712644
Binary1110000100011111001110100101100011100010011100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704767; }

 p { color: rgb(112,71,103); }

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

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

 a { background-color: rgb(112,71,103); }

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

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

 span { border-color: rgb(112,71,103); }

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