#705677

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

Shades of Rum #705677

Tints of Rum #705677

Color information

#705677 (or 0x705677) is unknown color: approx Rum. HEX triplet: 70, 56 and 77. RGB value is (112,86,119). Sum of RGB (Red+Green+Blue) = 112+86+119=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 119 - color contains mainly: blue. Hex color #705677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705677 is #8FA988. Grayscale: #616161. Windows color (decimal): -9415049 or 7820912. OLE color: 7820912.

HSL color Cylindrical-coordinate representation of color #705677: hue angle of 287.27º degrees, saturation: 0.16, 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 #705677 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11286119-
CMYK0.060.2800.53
HSL287.27º16.1%40.2%-
HSV(B)287.27º27.73%46.67%-
XYZ13.3411.4318.96-
YUV97.54140.11138.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=35.33%
G=27.13%
B=37.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112861190.060.2800.53287.2716.140.2
Hex70567761C03511f1028
Octal1601261676340654372050
Binary11100001010110111011111011100011010110001111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705677; }

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

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

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

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

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

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

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

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