#715877

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

Shades of Rum #715877

Tints of Rum #715877

Color information

#715877 (or 0x715877) is unknown color: approx Rum. HEX triplet: 71, 58 and 77. RGB value is (113,88,119). Sum of RGB (Red+Green+Blue) = 113+88+119=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 119 - color contains mainly: blue. Hex color #715877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715877 is #8EA788. Grayscale: #626262. Windows color (decimal): -9349001 or 7821425. OLE color: 7821425.

HSL color Cylindrical-coordinate representation of color #715877: hue angle of 288.39º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #715877 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11388119-
CMYK0.050.2600.53
HSL288.39º14.98%40.59%-
HSV(B)288.39º26.05%46.67%-
XYZ13.6311.8219.02-
YUV99.01139.28137.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.31%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=35.31%
G=27.5%
B=37.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113881190.050.2600.53288.3914.9840.59
Hex71587751A035120f29
Octal1611301675320654401751
Binary1110001101100011101111011101001101011001000001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715877; }

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

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

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

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

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

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

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

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