#706172

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

Shades of Rum #706172

Tints of Rum #706172

Color information

#706172 (or 0x706172) is unknown color: approx Rum. HEX triplet: 70, 61 and 72. RGB value is (112,97,114). Sum of RGB (Red+Green+Blue) = 112+97+114=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 114 - color contains mainly: blue. Hex color #706172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706172 is #8F9E8D. Grayscale: #676767. Windows color (decimal): -9412238 or 7496048. OLE color: 7496048.

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

Color convert

RGB11297114-
CMYK0.020.1500.55
HSL292.94º8.06%41.37%-
HSV(B)292.94º14.91%44.71%-
XYZ13.9913.2117.73-
YUV103.42133.97134.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=34.67%
G=30.03%
B=35.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112971140.020.1500.55292.948.0641.37
Hex7061722F037125829
Octal1601411622170674451051
Binary11100001100001111001010111101101111001001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706172; }

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

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

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

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

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

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

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

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