#715D74

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

Shades of Rum #715D74

Tints of Rum #715D74

Color information

#715D74 (or 0x715D74) is unknown color: approx Rum. HEX triplet: 71, 5D and 74. RGB value is (113,93,116). Sum of RGB (Red+Green+Blue) = 113+93+116=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 116 - color contains mainly: blue. Hex color #715D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D74 is #8EA28B. Grayscale: #656565. Windows color (decimal): -9347724 or 7626097. OLE color: 7626097.

HSL color Cylindrical-coordinate representation of color #715D74: hue angle of 292.17º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #715D74 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11393116-
CMYK0.030.2000.55
HSL292.17º11%40.98%-
HSV(B)292.17º19.83%45.49%-
XYZ13.8812.618.22-
YUV101.6136.13136.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 93 (36.72% from 255) = 28.88%
BLUE value IS 116 (45.70% from 255) = 36.02%
R=35.09%
G=28.88%
B=36.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113931160.030.2000.55292.171140.98
Hex715D74314037124b29
Octal1611351643240674441351
Binary111000110111011110100111010001101111001001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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