#715B76

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

Shades of Rum #715B76

Tints of Rum #715B76

Color information

#715B76 (or 0x715B76) is unknown color: approx Rum. HEX triplet: 71, 5B and 76. RGB value is (113,91,118). Sum of RGB (Red+Green+Blue) = 113+91+118=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 118 - color contains mainly: blue. Hex color #715B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B76 is #8EA489. Grayscale: #646464. Windows color (decimal): -9348234 or 7756657. OLE color: 7756657.

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

Color convert

RGB11391118-
CMYK0.040.2300.54
HSL288.89º12.92%40.98%-
HSV(B)288.89º22.88%46.27%-
XYZ13.8212.318.79-
YUV100.66137.79136.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 91 (35.94% from 255) = 28.26%
BLUE value IS 118 (46.48% from 255) = 36.65%
R=35.09%
G=28.26%
B=36.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113911180.040.2300.54288.8912.9240.98
Hex715B76417036121d29
Octal1611331664270664411551
Binary1110001101101111101101001011101101101001000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715B76; }

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

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

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

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

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

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

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

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