#705973

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

Shades of Rum #705973

Tints of Rum #705973

Color information

#705973 (or 0x705973) is unknown color: approx Rum. HEX triplet: 70, 59 and 73. RGB value is (112,89,115). Sum of RGB (Red+Green+Blue) = 112+89+115=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 115 - color contains mainly: blue. Hex color #705973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705973 is #8FA68C. Grayscale: #626262. Windows color (decimal): -9414285 or 7559536. OLE color: 7559536.

HSL color Cylindrical-coordinate representation of color #705973: hue angle of 293.08º 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 #705973 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11289115-
CMYK0.030.2300.55
HSL293.08º12.75%40%-
HSV(B)293.08º22.61%45.1%-
XYZ13.3511.8317.8-
YUV98.84137.12137.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.44%
GREEN value IS 89 (35.16% from 255) = 28.16%
BLUE value IS 115 (45.31% from 255) = 36.39%
R=35.44%
G=28.16%
B=36.39%

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
Decimal112891150.030.2300.55293.0812.7540
Hex705973317037125d28
Octal1601311633270674451550
Binary111000010110011110011111011101101111001001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705973; }

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

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

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

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

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

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

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

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