#705974

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

Shades of Rum #705974

Tints of Rum #705974

Color information

#705974 (or 0x705974) is unknown color: approx Rum. HEX triplet: 70, 59 and 74. RGB value is (112,89,116). Sum of RGB (Red+Green+Blue) = 112+89+116=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 116 - color contains mainly: blue. Hex color #705974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705974 is #8FA68B. Grayscale: #626262. Windows color (decimal): -9414284 or 7625072. OLE color: 7625072.

HSL color Cylindrical-coordinate representation of color #705974: hue angle of 291.11º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #705974 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11289116-
CMYK0.030.2300.55
HSL291.11º13.17%40.2%-
HSV(B)291.11º23.28%45.49%-
XYZ13.4111.8518.1-
YUV98.96137.62137.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 116 (45.70% from 255) = 36.59%
R=35.33%
G=28.08%
B=36.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112891160.030.2300.55291.1113.1740.2
Hex705974317037123d28
Octal1601311643270674431550
Binary111000010110011110100111011101101111001000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705974; }

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

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

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

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

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

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

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

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