#716772

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

Shades of Rum #716772

Tints of Rum #716772

Color information

#716772 (or 0x716772) is unknown color: approx Rum. HEX triplet: 71, 67 and 72. RGB value is (113,103,114). Sum of RGB (Red+Green+Blue) = 113+103+114=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 114 - color contains mainly: blue. Hex color #716772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716772 is #8E988D. Grayscale: #6B6B6B. Windows color (decimal): -9345166 or 7497585. OLE color: 7497585.

HSL color Cylindrical-coordinate representation of color #716772: hue angle of 294.55º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #716772 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB113103114-
CMYK0.010.1000.55
HSL294.55º5.07%42.55%-
HSV(B)294.55º9.65%44.71%-
XYZ14.714.4317.93-
YUV107.24131.81132.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.24%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 114 (44.92% from 255) = 34.55%
R=34.24%
G=31.21%
B=34.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131031140.010.1000.55294.555.0742.55
Hex7167721A03712752b
Octal161147162112067447553
Binary111000111001111110010110100110111100100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716772; }

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

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

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

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

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

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

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

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