#715575

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

Shades of Rum #715575

Tints of Rum #715575

Color information

#715575 (or 0x715575) is unknown color: approx Rum. HEX triplet: 71, 55 and 75. RGB value is (113,85,117). Sum of RGB (Red+Green+Blue) = 113+85+117=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #715575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715575 is #8EAA8A. Grayscale: #606060. Windows color (decimal): -9349771 or 7689585. OLE color: 7689585.

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

Color convert

RGB11385117-
CMYK0.030.2700.54
HSL292.5º15.84%39.61%-
HSV(B)292.5º27.35%45.88%-
XYZ13.2711.2918.31-
YUV97.02139.28139.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.87%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=35.87%
G=26.98%
B=37.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113851170.030.2700.54292.515.8439.61
Hex71557531B0361241028
Octal1611251653330664442050
Binary1110001101010111101011111011011011010010010010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715575; }

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

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

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

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

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

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

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

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