#715776

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

Shades of Rum #715776

Tints of Rum #715776

Color information

#715776 (or 0x715776) is unknown color: approx Rum. HEX triplet: 71, 57 and 76. RGB value is (113,87,118). Sum of RGB (Red+Green+Blue) = 113+87+118=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 118 - color contains mainly: blue. Hex color #715776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715776 is #8EA889. Grayscale: #626262. Windows color (decimal): -9349258 or 7755633. OLE color: 7755633.

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

Color convert

RGB11387118-
CMYK0.040.2600.54
HSL290.32º15.12%40.2%-
HSV(B)290.32º26.27%46.27%-
XYZ13.4911.6418.67-
YUV98.31139.11138.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=35.53%
G=27.36%
B=37.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113871180.040.2600.54290.3215.1240.2
Hex71577641A036122f28
Octal1611271664320664421750
Binary1110001101011111101101001101001101101001000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715776; }

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

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

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

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

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

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

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

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