#705576

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

Shades of Rum #705576

Tints of Rum #705576

Color information

#705576 (or 0x705576) is unknown color: approx Rum. HEX triplet: 70, 55 and 76. RGB value is (112,85,118). Sum of RGB (Red+Green+Blue) = 112+85+118=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #705576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705576 is #8FAA89. Grayscale: #606060. Windows color (decimal): -9415306 or 7755120. OLE color: 7755120.

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

Color convert

RGB11285118-
CMYK0.050.2800.54
HSL289.09º16.26%39.8%-
HSV(B)289.09º27.97%46.27%-
XYZ13.211.2518.62-
YUV96.84139.95138.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=35.56%
G=26.98%
B=37.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112851180.050.2800.54289.0916.2639.8
Hex70557651C0361211028
Octal1601251665340664412050
Binary11100001010101111011010111100011011010010000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705576; }

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

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

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

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

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

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

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

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