#715E73

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

Shades of Rum #715E73

Tints of Rum #715E73

Color information

#715E73 (or 0x715E73) is unknown color: approx Rum. HEX triplet: 71, 5E and 73. RGB value is (113,94,115). Sum of RGB (Red+Green+Blue) = 113+94+115=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 115 - color contains mainly: blue. Hex color #715E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715E73 is #8EA18C. Grayscale: #666666. Windows color (decimal): -9347469 or 7560817. OLE color: 7560817.

HSL color Cylindrical-coordinate representation of color #715E73: hue angle of 294.29º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #715E73 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11394115-
CMYK0.020.1800.55
HSL294.29º10.05%40.98%-
HSV(B)294.29º18.26%45.1%-
XYZ13.9112.7517.95-
YUV102.08135.29135.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 115 (45.31% from 255) = 35.71%
R=35.09%
G=29.19%
B=35.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113941150.020.1800.55294.2910.0540.98
Hex715E73212037126a29
Octal1611361632220674461251
Binary111000110111101110011101001001101111001001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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