#716B72

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

Shades of Rum #716B72

Tints of Rum #716B72

Color information

#716B72 (or 0x716B72) is unknown color: approx Rum. HEX triplet: 71, 6B and 72. RGB value is (113,107,114). Sum of RGB (Red+Green+Blue) = 113+107+114=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 114 - color contains mainly: blue. Hex color #716B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B72 is #8E948D. Grayscale: #6D6D6D. Windows color (decimal): -9344142 or 7498609. OLE color: 7498609.

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

Color convert

RGB113107114-
CMYK0.010.0600.55
HSL291.43º3.17%43.33%-
HSV(B)291.43º6.14%44.71%-
XYZ15.1115.2418.07-
YUV109.59130.49130.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 114 (44.92% from 255) = 34.13%
R=33.83%
G=32.04%
B=34.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131071140.010.0600.55291.433.1743.33
Hex716B721603712332b
Octal16115316216067443353
Binary1110001110101111100101110011011110010001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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