#715975

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

Shades of Rum #715975

Tints of Rum #715975

Color information

#715975 (or 0x715975) is unknown color: approx Rum. HEX triplet: 71, 59 and 75. RGB value is (113,89,117). Sum of RGB (Red+Green+Blue) = 113+89+117=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 117 - color contains mainly: blue. Hex color #715975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715975 is #8EA68A. Grayscale: #636363. Windows color (decimal): -9348747 or 7690609. OLE color: 7690609.

HSL color Cylindrical-coordinate representation of color #715975: hue angle of 291.43º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #715975 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11389117-
CMYK0.030.2400.54
HSL291.43º13.59%40.39%-
HSV(B)291.43º23.93%45.88%-
XYZ13.5911.9418.42-
YUV99.37137.95137.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=35.42%
G=27.90%
B=36.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113891170.030.2400.54291.4313.5940.39
Hex715975318036123e28
Octal1611311653300664431650
Binary111000110110011110101111100001101101001000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715975; }

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

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

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

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

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

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

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

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