#715A75

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

Shades of Rum #715A75

Tints of Rum #715A75

Color information

#715A75 (or 0x715A75) is unknown color: approx Rum. HEX triplet: 71, 5A and 75. RGB value is (113,90,117). Sum of RGB (Red+Green+Blue) = 113+90+117=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #715A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A75 is #8EA58A. Grayscale: #636363. Windows color (decimal): -9348491 or 7690865. OLE color: 7690865.

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

Color convert

RGB11390117-
CMYK0.030.2300.54
HSL291.11º13.04%40.59%-
HSV(B)291.11º23.08%45.88%-
XYZ13.6812.1118.45-
YUV99.95137.62137.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.31%
GREEN value IS 90 (35.55% from 255) = 28.12%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=35.31%
G=28.12%
B=36.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113901170.030.2300.54291.1113.0440.59
Hex715A75317036123d29
Octal1611321653270664431551
Binary111000110110101110101111011101101101001000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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