#716A73

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

Shades of Rum #716A73

Tints of Rum #716A73

Color information

#716A73 (or 0x716A73) is unknown color: approx Rum. HEX triplet: 71, 6A and 73. RGB value is (113,106,115). Sum of RGB (Red+Green+Blue) = 113+106+115=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 115 - color contains mainly: blue. Hex color #716A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A73 is #8E958C. Grayscale: #6D6D6D. Windows color (decimal): -9344397 or 7563889. OLE color: 7563889.

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

Color convert

RGB113106115-
CMYK0.020.0800.55
HSL286.67º4.07%43.33%-
HSV(B)286.67º7.83%45.1%-
XYZ15.0615.0618.33-
YUV109.12131.32130.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=33.83%
G=31.74%
B=34.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131061150.020.0800.55286.674.0743.33
Hex716A732803711f42b
Octal161152163210067437453
Binary1110001110101011100111010000110111100011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,106,115); }

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

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

 a { background-color: rgb(113,106,115); }

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

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

 span { border-color: rgb(113,106,115); }

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