#715876

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

Shades of Rum #715876

Tints of Rum #715876

Color information

#715876 (or 0x715876) is unknown color: approx Rum. HEX triplet: 71, 58 and 76. RGB value is (113,88,118). Sum of RGB (Red+Green+Blue) = 113+88+118=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 118 - color contains mainly: blue. Hex color #715876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715876 is #8EA789. Grayscale: #626262. Windows color (decimal): -9349002 or 7755889. OLE color: 7755889.

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

Color convert

RGB11388118-
CMYK0.040.2500.54
HSL290º14.56%40.39%-
HSV(B)290º25.42%46.27%-
XYZ13.5711.818.7-
YUV98.9138.78138.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=35.42%
G=27.59%
B=36.99%

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
Decimal113881180.040.2500.5429014.5640.39
Hex715876419036122f28
Octal1611301664310664421750
Binary1110001101100011101101001100101101101001000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715876; }

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

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

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

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

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

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

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

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