#716776

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

Shades of Rum #716776

Tints of Rum #716776

Color information

#716776 (or 0x716776) is unknown color: approx Rum. HEX triplet: 71, 67 and 76. RGB value is (113,103,118). Sum of RGB (Red+Green+Blue) = 113+103+118=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 118 - color contains mainly: blue. Hex color #716776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716776 is #8E9889. Grayscale: #6B6B6B. Windows color (decimal): -9345162 or 7759729. OLE color: 7759729.

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

Color convert

RGB113103118-
CMYK0.040.1300.54
HSL280º6.79%43.33%-
HSV(B)280º12.71%46.27%-
XYZ14.9314.5219.16-
YUV107.7133.81131.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 103 (40.62% from 255) = 30.84%
BLUE value IS 118 (46.48% from 255) = 35.33%
R=33.83%
G=30.84%
B=35.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1131031180.040.1300.542806.7943.33
Hex7167764D03611872b
Octal161147166415066430753
Binary11100011100111111011010011010110110100011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716776; }

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

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

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

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

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

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

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

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