#705D78

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

Shades of Rum #705D78

Tints of Rum #705D78

Color information

#705D78 (or 0x705D78) is unknown color: approx Rum. HEX triplet: 70, 5D and 78. RGB value is (112,93,120). Sum of RGB (Red+Green+Blue) = 112+93+120=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 120 - color contains mainly: blue. Hex color #705D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D78 is #8FA287. Grayscale: #656565. Windows color (decimal): -9413256 or 7888240. OLE color: 7888240.

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

Color convert

RGB11293120-
CMYK0.070.2200.53
HSL282.22º12.68%41.76%-
HSV(B)282.22º22.5%47.06%-
XYZ13.9912.6319.47-
YUV101.76138.29135.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 93 (36.72% from 255) = 28.62%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=34.46%
G=28.62%
B=36.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112931200.070.2200.53282.2212.6841.76
Hex705D7871603511ad2a
Octal1601351707260654321552
Binary1110000101110111110001111011001101011000110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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