#715E75

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

Shades of Rum #715E75

Tints of Rum #715E75

Color information

#715E75 (or 0x715E75) is unknown color: approx Rum. HEX triplet: 71, 5E and 75. RGB value is (113,94,117). Sum of RGB (Red+Green+Blue) = 113+94+117=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 117 - color contains mainly: blue. Hex color #715E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715E75 is #8EA18A. Grayscale: #666666. Windows color (decimal): -9347467 or 7691889. OLE color: 7691889.

HSL color Cylindrical-coordinate representation of color #715E75: hue angle of 289.57º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #715E75 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11394117-
CMYK0.030.2000.54
HSL289.57º10.9%41.37%-
HSV(B)289.57º19.66%45.88%-
XYZ14.0212.818.56-
YUV102.3136.29135.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=34.88%
G=29.01%
B=36.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113941170.030.2000.54289.5710.941.37
Hex715E75314036122b29
Octal1611361653240664421351
Binary111000110111101110101111010001101101001000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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