#705976

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

Shades of Rum #705976

Tints of Rum #705976

Color information

#705976 (or 0x705976) is unknown color: approx Rum. HEX triplet: 70, 59 and 76. RGB value is (112,89,118). Sum of RGB (Red+Green+Blue) = 112+89+118=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 118 - color contains mainly: blue. Hex color #705976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705976 is #8FA689. Grayscale: #636363. Windows color (decimal): -9414282 or 7756144. OLE color: 7756144.

HSL color Cylindrical-coordinate representation of color #705976: hue angle of 287.59º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #705976 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11289118-
CMYK0.050.2500.54
HSL287.59º14.01%40.59%-
HSV(B)287.59º24.58%46.27%-
XYZ13.5211.918.72-
YUV99.18138.62137.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=35.11%
G=27.90%
B=36.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112891180.050.2500.54287.5914.0140.59
Hex705976519036120e29
Octal1601311665310664401651
Binary1110000101100111101101011100101101101001000001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705976; }

 p { color: rgb(112,89,118); }

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

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

 a { background-color: rgb(112,89,118); }

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

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

 span { border-color: rgb(112,89,118); }

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