#715F73

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

Shades of Rum #715F73

Tints of Rum #715F73

Color information

#715F73 (or 0x715F73) is unknown color: approx Rum. HEX triplet: 71, 5F and 73. RGB value is (113,95,115). Sum of RGB (Red+Green+Blue) = 113+95+115=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 115 - color contains mainly: blue. Hex color #715F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715F73 is #8EA08C. Grayscale: #666666. Windows color (decimal): -9347213 or 7561073. OLE color: 7561073.

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

Color convert

RGB11395115-
CMYK0.020.1700.55
HSL294º9.52%41.18%-
HSV(B)294º17.39%45.1%-
XYZ1412.9317.98-
YUV102.66134.96135.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 95 (37.5% from 255) = 29.41%
BLUE value IS 115 (45.31% from 255) = 35.60%
R=34.98%
G=29.41%
B=35.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113951150.020.1700.552949.5241.18
Hex715F73211037126a29
Octal1611371632210674461251
Binary111000110111111110011101000101101111001001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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