#706176

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

Shades of Rum #706176

Tints of Rum #706176

Color information

#706176 (or 0x706176) is unknown color: approx Rum. HEX triplet: 70, 61 and 76. RGB value is (112,97,118). Sum of RGB (Red+Green+Blue) = 112+97+118=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 118 - color contains mainly: blue. Hex color #706176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706176 is #8F9E89. Grayscale: #676767. Windows color (decimal): -9412234 or 7758192. OLE color: 7758192.

HSL color Cylindrical-coordinate representation of color #706176: hue angle of 282.86º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #706176 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11297118-
CMYK0.050.1800.54
HSL282.86º9.77%42.16%-
HSV(B)282.86º17.8%46.27%-
XYZ14.2313.318.96-
YUV103.88135.97133.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=34.25%
G=29.66%
B=36.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112971180.050.1800.54282.869.7742.16
Hex70617651203611ba2a
Octal1601411665220664331252
Binary1110000110000111101101011001001101101000110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706176; }

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

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

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

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

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

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

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

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