#705877

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

Shades of Rum #705877

Tints of Rum #705877

Color information

#705877 (or 0x705877) is unknown color: approx Rum. HEX triplet: 70, 58 and 77. RGB value is (112,88,119). Sum of RGB (Red+Green+Blue) = 112+88+119=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 119 - color contains mainly: blue. Hex color #705877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705877 is #8FA788. Grayscale: #626262. Windows color (decimal): -9414537 or 7821424. OLE color: 7821424.

HSL color Cylindrical-coordinate representation of color #705877: hue angle of 286.45º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #705877 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11288119-
CMYK0.060.2600.53
HSL286.45º14.98%40.59%-
HSV(B)286.45º26.05%46.67%-
XYZ13.511.7619.01-
YUV98.71139.45137.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.11%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 119 (46.88% from 255) = 37.30%
R=35.11%
G=27.59%
B=37.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112881190.060.2600.53286.4514.9840.59
Hex70587761A03511ef29
Octal1601301676320654361751
Binary1110000101100011101111101101001101011000111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705877; }

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

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

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

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

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

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

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

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