#715976

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

Shades of Rum #715976

Tints of Rum #715976

Color information

#715976 (or 0x715976) is unknown color: approx Rum. HEX triplet: 71, 59 and 76. RGB value is (113,89,118). Sum of RGB (Red+Green+Blue) = 113+89+118=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: blue. Hex color #715976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715976 is #8EA689. Grayscale: #636363. Windows color (decimal): -9348746 or 7756145. OLE color: 7756145.

HSL color Cylindrical-coordinate representation of color #715976: hue angle of 289.66º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #715976 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11389118-
CMYK0.040.2500.54
HSL289.66º14.01%40.59%-
HSV(B)289.66º24.58%46.27%-
XYZ13.6511.9618.73-
YUV99.48138.45137.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.31%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=35.31%
G=27.81%
B=36.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113891180.040.2500.54289.6614.0140.59
Hex715976419036122e29
Octal1611311664310664421651
Binary1110001101100111101101001100101101101001000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715976; }

 p { color: rgb(113,89,118); }

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

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

 a { background-color: rgb(113,89,118); }

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

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

 span { border-color: rgb(113,89,118); }

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