#705678

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

Shades of Rum #705678

Tints of Rum #705678

Color information

#705678 (or 0x705678) is unknown color: approx Rum. HEX triplet: 70, 56 and 78. RGB value is (112,86,120). Sum of RGB (Red+Green+Blue) = 112+86+120=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 120 - color contains mainly: blue. Hex color #705678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705678 is #8FA987. Grayscale: #616161. Windows color (decimal): -9415048 or 7886448. OLE color: 7886448.

HSL color Cylindrical-coordinate representation of color #705678: hue angle of 285.88º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #705678 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11286120-
CMYK0.070.2800.53
HSL285.88º16.5%40.39%-
HSV(B)285.88º28.33%47.06%-
XYZ13.411.4619.27-
YUV97.65140.61138.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.22%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 120 (47.27% from 255) = 37.74%
R=35.22%
G=27.04%
B=37.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112861200.070.2800.53285.8816.540.39
Hex70567871C03511e1128
Octal1601261707340654362150
Binary11100001010110111100011111100011010110001111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705678; }

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

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

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

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

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

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

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

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