#715B77

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

Shades of Rum #715B77

Tints of Rum #715B77

Color information

#715B77 (or 0x715B77) is unknown color: approx Rum. HEX triplet: 71, 5B and 77. RGB value is (113,91,119). Sum of RGB (Red+Green+Blue) = 113+91+119=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 119 - color contains mainly: blue. Hex color #715B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B77 is #8EA488. Grayscale: #646464. Windows color (decimal): -9348233 or 7822193. OLE color: 7822193.

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

Color convert

RGB11391119-
CMYK0.050.2400.53
HSL287.14º13.33%41.18%-
HSV(B)287.14º23.53%46.67%-
XYZ13.8812.3219.1-
YUV100.77138.29136.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 91 (35.94% from 255) = 28.17%
BLUE value IS 119 (46.88% from 255) = 36.84%
R=34.98%
G=28.17%
B=36.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113911190.050.2400.53287.1413.3341.18
Hex715B7751803511fd29
Octal1611331675300654371551
Binary1110001101101111101111011100001101011000111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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