#715874

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

Shades of Rum #715874

Tints of Rum #715874

Color information

#715874 (or 0x715874) is unknown color: approx Rum. HEX triplet: 71, 58 and 74. RGB value is (113,88,116). Sum of RGB (Red+Green+Blue) = 113+88+116=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 116 - color contains mainly: blue. Hex color #715874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715874 is #8EA78B. Grayscale: #626262. Windows color (decimal): -9349004 or 7624817. OLE color: 7624817.

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

Color convert

RGB11388116-
CMYK0.030.2400.55
HSL293.57º13.73%40%-
HSV(B)293.57º24.14%45.49%-
XYZ13.4511.7518.08-
YUV98.67137.78138.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 116 (45.70% from 255) = 36.59%
R=35.65%
G=27.76%
B=36.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113881160.030.2400.55293.5713.7340
Hex715874318037126e28
Octal1611301643300674461650
Binary111000110110001110100111100001101111001001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715874; }

 p { color: rgb(113,88,116); }

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

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

 a { background-color: rgb(113,88,116); }

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

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

 span { border-color: rgb(113,88,116); }

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