#716276

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

Shades of Rum #716276

Tints of Rum #716276

Color information

#716276 (or 0x716276) is unknown color: approx Rum. HEX triplet: 71, 62 and 76. RGB value is (113,98,118). Sum of RGB (Red+Green+Blue) = 113+98+118=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: blue. Hex color #716276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716276 is #8E9D89. Grayscale: #686868. Windows color (decimal): -9346442 or 7758449. OLE color: 7758449.

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

Color convert

RGB11398118-
CMYK0.040.1700.54
HSL285º9.26%42.35%-
HSV(B)285º16.95%46.27%-
XYZ14.4513.5518.99-
YUV104.76135.47133.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=34.35%
G=29.79%
B=35.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113981180.040.1700.542859.2642.35
Hex71627641103611d92a
Octal1611421664210664351152
Binary1110001110001011101101001000101101101000111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716276; }

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

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

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

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

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

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

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

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