#706472

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

Shades of Rum #706472

Tints of Rum #706472

Color information

#706472 (or 0x706472) is unknown color: approx Rum. HEX triplet: 70, 64 and 72. RGB value is (112,100,114). Sum of RGB (Red+Green+Blue) = 112+100+114=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 114 - color contains mainly: blue. Hex color #706472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706472 is #8F9B8D. Grayscale: #696969. Windows color (decimal): -9411470 or 7496816. OLE color: 7496816.

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

Color convert

RGB112100114-
CMYK0.020.1200.55
HSL291.43º6.54%41.96%-
HSV(B)291.43º12.28%44.71%-
XYZ14.2813.7717.83-
YUV105.18132.98132.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=34.36%
G=30.67%
B=34.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1121001140.020.1200.55291.436.5441.96
Hex7064722C03712372a
Octal160144162214067443752
Binary1110000110010011100101011000110111100100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706472; }

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

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

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

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

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

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

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

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