#716376

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

Shades of Rum #716376

Tints of Rum #716376

Color information

#716376 (or 0x716376) is unknown color: approx Rum. HEX triplet: 71, 63 and 76. RGB value is (113,99,118). Sum of RGB (Red+Green+Blue) = 113+99+118=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 118 - color contains mainly: blue. Hex color #716376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716376 is #8E9C89. Grayscale: #696969. Windows color (decimal): -9346186 or 7758705. OLE color: 7758705.

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

Color convert

RGB11399118-
CMYK0.040.1600.54
HSL284.21º8.76%42.55%-
HSV(B)284.21º16.1%46.27%-
XYZ14.5413.7419.03-
YUV105.35135.14133.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.24%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 118 (46.48% from 255) = 35.76%
R=34.24%
G=30%
B=35.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113991180.040.1600.54284.218.7642.55
Hex71637641003611c92b
Octal1611431664200664341153
Binary1110001110001111101101001000001101101000111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716376; }

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

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

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

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

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

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

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

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