#706072

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

Shades of Rum #706072

Tints of Rum #706072

Color information

#706072 (or 0x706072) is unknown color: approx Rum. HEX triplet: 70, 60 and 72. RGB value is (112,96,114). Sum of RGB (Red+Green+Blue) = 112+96+114=322 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.78% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 114 - color contains mainly: blue. Hex color #706072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706072 is #8F9F8D. Grayscale: #666666. Windows color (decimal): -9412494 or 7495792. OLE color: 7495792.

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

Color convert

RGB11296114-
CMYK0.020.1600.55
HSL293.33º8.57%41.18%-
HSV(B)293.33º15.79%44.71%-
XYZ13.913.0317.7-
YUV102.84134.3134.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.78%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=34.78%
G=29.81%
B=35.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112961140.020.1600.55293.338.5741.18
Hex706072210037125929
Octal1601401622200674451151
Binary111000011000001110010101000001101111001001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706072; }

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

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

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

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

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

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

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

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