#705676

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

Shades of Rum #705676

Tints of Rum #705676

Color information

#705676 (or 0x705676) is unknown color: approx Rum. HEX triplet: 70, 56 and 76. RGB value is (112,86,118). Sum of RGB (Red+Green+Blue) = 112+86+118=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #705676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705676 is #8FA989. Grayscale: #616161. Windows color (decimal): -9415050 or 7755376. OLE color: 7755376.

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

Color convert

RGB11286118-
CMYK0.050.2700.54
HSL288.75º15.69%40%-
HSV(B)288.75º27.12%46.27%-
XYZ13.2811.4118.64-
YUV97.42139.61138.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.44%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 118 (46.48% from 255) = 37.34%
R=35.44%
G=27.22%
B=37.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112861180.050.2700.54288.7515.6940
Hex70567651B0361211028
Octal1601261665330664412050
Binary11100001010110111011010111011011011010010000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705676; }

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

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

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

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

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

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

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

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