#715F79

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

Shades of Rum #715F79

Tints of Rum #715F79

Color information

#715F79 (or 0x715F79) is unknown color: approx Rum. HEX triplet: 71, 5F and 79. RGB value is (113,95,121). Sum of RGB (Red+Green+Blue) = 113+95+121=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 121 - color contains mainly: blue. Hex color #715F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715F79 is #8EA086. Grayscale: #676767. Windows color (decimal): -9347207 or 7954289. OLE color: 7954289.

HSL color Cylindrical-coordinate representation of color #715F79: hue angle of 281.54º 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 #715F79 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11395121-
CMYK0.070.2100.53
HSL281.54º12.04%42.35%-
HSV(B)281.54º21.49%47.45%-
XYZ14.3513.0819.86-
YUV103.35137.96134.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 95 (37.5% from 255) = 28.88%
BLUE value IS 121 (47.66% from 255) = 36.78%
R=34.35%
G=28.88%
B=36.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113951210.070.2100.53281.5412.0442.35
Hex715F7971503511ac2a
Octal1611371717250654321452
Binary1110001101111111110011111010101101011000110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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