#716676

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

Shades of Rum #716676

Tints of Rum #716676

Color information

#716676 (or 0x716676) is unknown color: approx Rum. HEX triplet: 71, 66 and 76. RGB value is (113,102,118). Sum of RGB (Red+Green+Blue) = 113+102+118=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 118 - color contains mainly: blue. Hex color #716676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716676 is #8E9989. Grayscale: #6B6B6B. Windows color (decimal): -9345418 or 7759473. OLE color: 7759473.

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

Color convert

RGB113102118-
CMYK0.040.1400.54
HSL281.25º7.27%43.14%-
HSV(B)281.25º13.56%46.27%-
XYZ14.8314.3219.12-
YUV107.11134.14132.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 118 (46.48% from 255) = 35.44%
R=33.93%
G=30.63%
B=35.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1131021180.040.1400.54281.257.2743.14
Hex7166764E03611972b
Octal161146166416066431753
Binary11100011100110111011010011100110110100011001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716676; }

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

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

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

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

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

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

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

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