#715F7C

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

Shades of Rum #715F7C

Tints of Rum #715F7C

Color information

#715F7C (or 0x715F7C) is unknown color: approx Rum. HEX triplet: 71, 5F and 7C. RGB value is (113,95,124). Sum of RGB (Red+Green+Blue) = 113+95+124=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 124 - color contains mainly: blue. Hex color #715F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715F7C is #8EA083. Grayscale: #676767. Windows color (decimal): -9347204 or 8150897. OLE color: 8150897.

HSL color Cylindrical-coordinate representation of color #715F7C: hue angle of 277.24º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #715F7C is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11395124-
CMYK0.090.2300.51
HSL277.24º13.24%42.94%-
HSV(B)277.24º23.39%48.63%-
XYZ14.5413.1520.84-
YUV103.69139.46134.64-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 95 (37.5% from 255) = 28.61%
BLUE value IS 124 (48.83% from 255) = 37.35%
R=34.04%
G=28.61%
B=37.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113951240.090.2300.51277.2413.2442.94
Hex715F7C917033115d2b
Octal16113717411270634251553
Binary11100011011111111110010011011101100111000101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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