#715E77

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

Shades of Rum #715E77

Tints of Rum #715E77

Color information

#715E77 (or 0x715E77) is unknown color: approx Rum. HEX triplet: 71, 5E and 77. RGB value is (113,94,119). Sum of RGB (Red+Green+Blue) = 113+94+119=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #715E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715E77 is #8EA188. Grayscale: #666666. Windows color (decimal): -9347465 or 7822961. OLE color: 7822961.

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

Color convert

RGB11394119-
CMYK0.050.2100.53
HSL285.6º11.74%41.76%-
HSV(B)285.6º21.01%46.67%-
XYZ14.1412.8519.19-
YUV102.53137.29135.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 94 (37.11% from 255) = 28.83%
BLUE value IS 119 (46.88% from 255) = 36.50%
R=34.66%
G=28.83%
B=36.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113941190.050.2100.53285.611.7441.76
Hex715E7751503511ec2a
Octal1611361675250654361452
Binary1110001101111011101111011010101101011000111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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