#716476

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

Shades of Rum #716476

Tints of Rum #716476

Color information

#716476 (or 0x716476) is unknown color: approx Rum. HEX triplet: 71, 64 and 76. RGB value is (113,100,118). Sum of RGB (Red+Green+Blue) = 113+100+118=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 118 - color contains mainly: blue. Hex color #716476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716476 is #8E9B89. Grayscale: #696969. Windows color (decimal): -9345930 or 7758961. OLE color: 7758961.

HSL color Cylindrical-coordinate representation of color #716476: hue angle of 283.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #716476 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB113100118-
CMYK0.040.1500.54
HSL283.33º8.26%42.75%-
HSV(B)283.33º15.25%46.27%-
XYZ14.6413.9319.06-
YUV105.94134.81133.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.14%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=34.14%
G=30.21%
B=35.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1131001180.040.1500.54283.338.2642.75
Hex7164764F03611b82b
Octal1611441664170664331053
Binary111000111001001110110100111101101101000110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716476; }

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

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

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

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

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

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

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

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