#715778

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

Shades of Rum #715778

Tints of Rum #715778

Color information

#715778 (or 0x715778) is unknown color: approx Rum. HEX triplet: 71, 57 and 78. RGB value is (113,87,120). Sum of RGB (Red+Green+Blue) = 113+87+120=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 120 - color contains mainly: blue. Hex color #715778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715778 is #8EA887. Grayscale: #626262. Windows color (decimal): -9349256 or 7886705. OLE color: 7886705.

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

Color convert

RGB11387120-
CMYK0.060.2800.53
HSL287.27º15.94%40.59%-
HSV(B)287.27º27.5%47.06%-
XYZ13.6111.6819.31-
YUV98.54140.11138.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.31%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 120 (47.27% from 255) = 37.5%
R=35.31%
G=27.19%
B=37.5%

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
Decimal113871200.060.2800.53287.2715.9440.59
Hex71577861C03511f1029
Octal1611271706340654372051
Binary11100011010111111100011011100011010110001111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715778; }

 p { color: rgb(113,87,120); }

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

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

 a { background-color: rgb(113,87,120); }

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

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

 span { border-color: rgb(113,87,120); }

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