#716D72

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

Shades of Rum #716D72

Tints of Rum #716D72

Color information

#716D72 (or 0x716D72) is unknown color: approx Rum. HEX triplet: 71, 6D and 72. RGB value is (113,109,114). Sum of RGB (Red+Green+Blue) = 113+109+114=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 114 - color contains mainly: blue. Hex color #716D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D72 is #8E928D. Grayscale: #6E6E6E. Windows color (decimal): -9343630 or 7499121. OLE color: 7499121.

HSL color Cylindrical-coordinate representation of color #716D72: hue angle of 288º 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 #716D72 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB113109114-
CMYK0.010.0400.55
HSL288º2.24%43.73%-
HSV(B)288º4.39%44.71%-
XYZ15.3215.6618.14-
YUV110.77129.83129.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=33.63%
G=32.44%
B=33.93%

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
Decimal1131091140.010.0400.552882.2443.73
Hex716D721403712022c
Octal16115516214067440254
Binary1110001110110111100101100011011110010000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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