#716C72

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

Shades of Rum #716C72

Tints of Rum #716C72

Color information

#716C72 (or 0x716C72) is unknown color: approx Rum. HEX triplet: 71, 6C and 72. RGB value is (113,108,114). Sum of RGB (Red+Green+Blue) = 113+108+114=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 114 - color contains mainly: blue. Hex color #716C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C72 is #8E938D. Grayscale: #6E6E6E. Windows color (decimal): -9343886 or 7498865. OLE color: 7498865.

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

Color convert

RGB113108114-
CMYK0.010.0500.55
HSL290º2.7%43.53%-
HSV(B)290º5.26%44.71%-
XYZ15.2115.4518.1-
YUV110.18130.16130.01-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=33.73%
G=32.24%
B=34.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131081140.010.0500.552902.743.53
Hex716C721503712232c
Octal16115416215067442354
Binary1110001110110011100101101011011110010001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716C72; }

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

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

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

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

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

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

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

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