#716477

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

Shades of Rum #716477

Tints of Rum #716477

Color information

#716477 (or 0x716477) is unknown color: approx Rum. HEX triplet: 71, 64 and 77. RGB value is (113,100,119). Sum of RGB (Red+Green+Blue) = 113+100+119=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 119 - color contains mainly: blue. Hex color #716477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716477 is #8E9B88. Grayscale: #696969. Windows color (decimal): -9345929 or 7824497. OLE color: 7824497.

HSL color Cylindrical-coordinate representation of color #716477: hue angle of 281.05º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #716477 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB113100119-
CMYK0.050.1600.53
HSL281.05º8.68%42.94%-
HSV(B)281.05º15.97%46.67%-
XYZ14.713.9619.37-
YUV106.05135.31132.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=34.04%
G=30.12%
B=35.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131001190.050.1600.53281.058.6842.94
Hex71647751003511992b
Octal1611441675200654311153
Binary1110001110010011101111011000001101011000110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716477; }

 p { color: rgb(113,100,119); }

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

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

 a { background-color: rgb(113,100,119); }

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

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

 span { border-color: rgb(113,100,119); }

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