#705873

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

Shades of Rum #705873

Tints of Rum #705873

Color information

#705873 (or 0x705873) is unknown color: approx Rum. HEX triplet: 70, 58 and 73. RGB value is (112,88,115). Sum of RGB (Red+Green+Blue) = 112+88+115=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 115 - color contains mainly: blue. Hex color #705873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705873 is #8FA78C. Grayscale: #626262. Windows color (decimal): -9414541 or 7559280. OLE color: 7559280.

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

Color convert

RGB11288115-
CMYK0.030.2300.55
HSL293.33º13.3%39.8%-
HSV(B)293.33º23.48%45.1%-
XYZ13.2711.6617.77-
YUV98.25137.45137.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=35.56%
G=27.94%
B=36.51%

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
Decimal112881150.030.2300.55293.3313.339.8
Hex705873317037125d28
Octal1601301633270674451550
Binary111000010110001110011111011101101111001001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705873; }

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

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

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

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

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

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

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

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