#715D77

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

Shades of Rum #715D77

Tints of Rum #715D77

Color information

#715D77 (or 0x715D77) is unknown color: approx Rum. HEX triplet: 71, 5D and 77. RGB value is (113,93,119). Sum of RGB (Red+Green+Blue) = 113+93+119=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 119 - color contains mainly: blue. Hex color #715D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D77 is #8EA288. Grayscale: #656565. Windows color (decimal): -9347721 or 7822705. OLE color: 7822705.

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

Color convert

RGB11393119-
CMYK0.050.2200.53
HSL286.15º12.26%41.57%-
HSV(B)286.15º21.85%46.67%-
XYZ14.0512.6719.16-
YUV101.94137.63135.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 93 (36.72% from 255) = 28.62%
BLUE value IS 119 (46.88% from 255) = 36.62%
R=34.77%
G=28.62%
B=36.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113931190.050.2200.53286.1512.2641.57
Hex715D7751603511ec2a
Octal1611351675260654361452
Binary1110001101110111101111011011001101011000111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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