#705B78

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

Shades of Rum #705B78

Tints of Rum #705B78

Color information

#705B78 (or 0x705B78) is unknown color: approx Rum. HEX triplet: 70, 5B and 78. RGB value is (112,91,120). Sum of RGB (Red+Green+Blue) = 112+91+120=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 120 - color contains mainly: blue. Hex color #705B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B78 is #8FA487. Grayscale: #646464. Windows color (decimal): -9413768 or 7887728. OLE color: 7887728.

HSL color Cylindrical-coordinate representation of color #705B78: hue angle of 283.45º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #705B78 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11291120-
CMYK0.070.2400.53
HSL283.45º13.74%41.37%-
HSV(B)283.45º24.17%47.06%-
XYZ13.8112.2819.41-
YUV100.58138.96136.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 91 (35.94% from 255) = 28.17%
BLUE value IS 120 (47.27% from 255) = 37.15%
R=34.67%
G=28.17%
B=37.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112911200.070.2400.53283.4513.7441.37
Hex705B7871803511be29
Octal1601331707300654331651
Binary1110000101101111110001111100001101011000110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705B78; }

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

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

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

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

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

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

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

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