#706179

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

Shades of Rum #706179

Tints of Rum #706179

Color information

#706179 (or 0x706179) is unknown color: approx Rum. HEX triplet: 70, 61 and 79. RGB value is (112,97,121). Sum of RGB (Red+Green+Blue) = 112+97+121=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 121 - color contains mainly: blue. Hex color #706179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706179 is #8F9E86. Grayscale: #686868. Windows color (decimal): -9412231 or 7954800. OLE color: 7954800.

HSL color Cylindrical-coordinate representation of color #706179: hue angle of 277.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #706179 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11297121-
CMYK0.070.2000.53
HSL277.5º11.01%42.75%-
HSV(B)277.5º19.83%47.45%-
XYZ14.4113.3719.91-
YUV104.22137.47133.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.94%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 121 (47.66% from 255) = 36.67%
R=33.94%
G=29.39%
B=36.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112971210.070.2000.53277.511.0142.75
Hex706179714035116b2b
Octal1601411717240654261353
Binary1110000110000111110011111010001101011000101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706179; }

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

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

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

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

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

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

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

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