#705776

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

Shades of Rum #705776

Tints of Rum #705776

Color information

#705776 (or 0x705776) is unknown color: approx Rum. HEX triplet: 70, 57 and 76. RGB value is (112,87,118). Sum of RGB (Red+Green+Blue) = 112+87+118=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 118 - color contains mainly: blue. Hex color #705776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705776 is #8FA889. Grayscale: #616161. Windows color (decimal): -9414794 or 7755632. OLE color: 7755632.

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

Color convert

RGB11287118-
CMYK0.050.2600.54
HSL288.39º15.12%40.2%-
HSV(B)288.39º26.27%46.27%-
XYZ13.3611.5718.67-
YUV98.01139.28137.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=35.33%
G=27.44%
B=37.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112871180.050.2600.54288.3915.1240.2
Hex70577651A036120f28
Octal1601271665320664401750
Binary1110000101011111101101011101001101101001000001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705776; }

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

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

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

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

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

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

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

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