#715676

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

Shades of Rum #715676

Tints of Rum #715676

Color information

#715676 (or 0x715676) is unknown color: approx Rum. HEX triplet: 71, 56 and 76. RGB value is (113,86,118). Sum of RGB (Red+Green+Blue) = 113+86+118=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 118 - color contains mainly: blue. Hex color #715676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715676 is #8EA989. Grayscale: #616161. Windows color (decimal): -9349514 or 7755377. OLE color: 7755377.

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

Color convert

RGB11386118-
CMYK0.040.2700.54
HSL290.62º15.69%40%-
HSV(B)290.62º27.12%46.27%-
XYZ13.4111.4718.65-
YUV97.72139.45138.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=35.65%
G=27.13%
B=37.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113861180.040.2700.54290.6215.6940
Hex71567641B0361231028
Octal1611261664330664432050
Binary11100011010110111011010011011011011010010001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715676; }

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

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

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

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

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

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

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

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