#715576

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

Shades of Rum #715576

Tints of Rum #715576

Color information

#715576 (or 0x715576) is unknown color: approx Rum. HEX triplet: 71, 55 and 76. RGB value is (113,85,118). Sum of RGB (Red+Green+Blue) = 113+85+118=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #715576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715576 is #8EAA89. Grayscale: #616161. Windows color (decimal): -9349770 or 7755121. OLE color: 7755121.

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

Color convert

RGB11385118-
CMYK0.040.2800.54
HSL290.91º16.26%39.8%-
HSV(B)290.91º27.97%46.27%-
XYZ13.3311.3218.62-
YUV97.13139.78139.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.76%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 118 (46.48% from 255) = 37.34%
R=35.76%
G=26.90%
B=37.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113851180.040.2800.54290.9116.2639.8
Hex71557641C0361231028
Octal1611251664340664432050
Binary11100011010101111011010011100011011010010001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715576; }

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

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

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

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

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

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

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

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