#716A74

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

Shades of Rum #716A74

Tints of Rum #716A74

Color information

#716A74 (or 0x716A74) is unknown color: approx Rum. HEX triplet: 71, 6A and 74. RGB value is (113,106,116). Sum of RGB (Red+Green+Blue) = 113+106+116=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 116 - color contains mainly: blue. Hex color #716A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A74 is #8E958B. Grayscale: #6D6D6D. Windows color (decimal): -9344396 or 7629425. OLE color: 7629425.

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

Color convert

RGB113106116-
CMYK0.030.0900.55
HSL282º4.5%43.53%-
HSV(B)282º8.62%45.49%-
XYZ15.1215.0818.64-
YUV109.23131.82130.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=33.73%
G=31.64%
B=34.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131061160.030.0900.552824.543.53
Hex716A743903711a52c
Octal161152164311067432554
Binary1110001110101011101001110010110111100011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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