#706076

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

Shades of Rum #706076

Tints of Rum #706076

Color information

#706076 (or 0x706076) is unknown color: approx Rum. HEX triplet: 70, 60 and 76. RGB value is (112,96,118). Sum of RGB (Red+Green+Blue) = 112+96+118=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 118 - color contains mainly: blue. Hex color #706076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706076 is #8F9F89. Grayscale: #676767. Windows color (decimal): -9412490 or 7757936. OLE color: 7757936.

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

Color convert

RGB11296118-
CMYK0.050.1900.54
HSL283.64º10.28%41.96%-
HSV(B)283.64º18.64%46.27%-
XYZ14.1313.1218.93-
YUV103.29136.3134.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 118 (46.48% from 255) = 36.20%
R=34.36%
G=29.45%
B=36.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112961180.050.1900.54283.6410.2841.96
Hex70607651303611ca2a
Octal1601401665230664341252
Binary1110000110000011101101011001101101101000111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706076; }

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

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

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

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

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

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

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

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