#715974

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

Shades of Rum #715974

Tints of Rum #715974

Color information

#715974 (or 0x715974) is unknown color: approx Rum. HEX triplet: 71, 59 and 74. RGB value is (113,89,116). Sum of RGB (Red+Green+Blue) = 113+89+116=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 116 - color contains mainly: blue. Hex color #715974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715974 is #8EA68B. Grayscale: #636363. Windows color (decimal): -9348748 or 7625073. OLE color: 7625073.

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

Color convert

RGB11389116-
CMYK0.030.2300.55
HSL293.33º13.17%40.2%-
HSV(B)293.33º23.28%45.49%-
XYZ13.5311.9218.11-
YUV99.25137.45137.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 116 (45.70% from 255) = 36.48%
R=35.53%
G=27.99%
B=36.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113891160.030.2300.55293.3313.1740.2
Hex715974317037125d28
Octal1611311643270674451550
Binary111000110110011110100111011101101111001001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715974; }

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

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

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

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

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

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

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

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