#716E72

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

Shades of Rum #716E72

Tints of Rum #716E72

Color information

#716E72 (or 0x716E72) is unknown color: approx Rum. HEX triplet: 71, 6E and 72. RGB value is (113,110,114). Sum of RGB (Red+Green+Blue) = 113+110+114=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 114 - color contains mainly: blue. Hex color #716E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E72 is #8E918D. Grayscale: #6F6F6F. Windows color (decimal): -9343374 or 7499377. OLE color: 7499377.

HSL color Cylindrical-coordinate representation of color #716E72: hue angle of 285º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #716E72 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB113110114-
CMYK0.010.0400.55
HSL285º1.79%43.92%-
HSV(B)285º3.51%44.71%-
XYZ15.4215.8818.17-
YUV111.35129.49129.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=33.53%
G=32.64%
B=33.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131101140.010.0400.552851.7943.92
Hex716E721403711d22c
Octal16115616214067435254
Binary1110001110111011100101100011011110001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716E72; }

 p { color: rgb(113,110,114); }

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

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

 a { background-color: rgb(113,110,114); }

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

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

 span { border-color: rgb(113,110,114); }

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