#715775

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

Shades of Rum #715775

Tints of Rum #715775

Color information

#715775 (or 0x715775) is unknown color: approx Rum. HEX triplet: 71, 57 and 75. RGB value is (113,87,117). Sum of RGB (Red+Green+Blue) = 113+87+117=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 117 - color contains mainly: blue. Hex color #715775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715775 is #8EA88A. Grayscale: #626262. Windows color (decimal): -9349259 or 7690097. OLE color: 7690097.

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

Color convert

RGB11387117-
CMYK0.030.2600.54
HSL292º14.71%40%-
HSV(B)292º25.64%45.88%-
XYZ13.4311.6118.36-
YUV98.19138.61138.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 87 (34.38% from 255) = 27.44%
BLUE value IS 117 (46.09% from 255) = 36.91%
R=35.65%
G=27.44%
B=36.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113871170.030.2600.5429214.7140
Hex71577531A036124f28
Octal1611271653320664441750
Binary111000110101111110101111101001101101001001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715775; }

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

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

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

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

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

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

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

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