#705972

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

Shades of Rum #705972

Tints of Rum #705972

Color information

#705972 (or 0x705972) is unknown color: approx Rum. HEX triplet: 70, 59 and 72. RGB value is (112,89,114). Sum of RGB (Red+Green+Blue) = 112+89+114=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 114 - color contains mainly: blue. Hex color #705972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705972 is #8FA68D. Grayscale: #626262. Windows color (decimal): -9414286 or 7494000. OLE color: 7494000.

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

Color convert

RGB11289114-
CMYK0.020.2200.55
HSL295.2º12.32%39.8%-
HSV(B)295.2º21.93%44.71%-
XYZ13.2911.817.5-
YUV98.73136.62137.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=35.56%
G=28.25%
B=36.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112891140.020.2200.55295.212.3239.8
Hex705972216037127c28
Octal1601311622260674471450
Binary111000010110011110010101011001101111001001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705972; }

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

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

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

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

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

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

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

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