Html Css Color HEX #716E72 Rum

📋 copy color: '#716E72'

red 113 ◦ green 110 ◦ blue 114

#716E72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum #716E72

Tints of Rum #716E72

RGB

 RED value IS 113 (44.53% from 255) = 33.53%

 GREEN value IS 110 (43.36% from 255) = 32.64%

 BLUE value IS 114 (44.92% from 255) = 33.83%

R = 33.53%
G = 32.64%
B = 33.83%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#716E72 (or 0x716E72) is known color: Rum. HEX triplet: 71, 6E and 72. RGB value is (113,110,114). Sum of RGB (Red+Green+Blue) = 113+110+114=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 114 - color contains mainly: blue. Hex color #716E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E72 is #8E918D. Grayscale: #6F6F6F. Windows color (decimal): -9343374 or 7499377. OLE color: 7499377.

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

Color convert

RGB 113 110 114 -
CMYK 0.01 0.04 0 0.55
HSL 285º 0.02% 0.44% -
HSV(B) 285º 0.04% 0.45% -
XYZ 15.42 15.88 18.17 -
YUV 111.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 113 110 114 0.01 0.04 0 0.55 285 0.02 0.44
Hex 71 6E 72 1 4 0 37 11D 2 2C
Octal 161 156 162 1 4 0 67 435 2 54
Binary 1110001 1101110 1110010 1 100 0 110111 100011101 10 101100

Color Harmonies of #716E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716E72

Black with #716E72

Text Example


Text Example

White with #716E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #716E72;
 }
 .AnyTagClassName
 {
   color: #716E72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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