Html Css Color HEX #716F72 Rum

📋 copy color: '#716F72'

red 113 ◦ green 111 ◦ blue 114

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

Shades of Rum #716F72

Tints of Rum #716F72

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.84%

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

R = 33.43%
G = 32.84%
B = 33.73%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#716F72 (or 0x716F72) is known color: Rum. HEX triplet: 71, 6F and 72. RGB value is (113,111,114). Sum of RGB (Red+Green+Blue) = 113+111+114=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 114 - color contains mainly: blue. Hex color #716F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F72 is #8E908D. Grayscale: #6F6F6F. Windows color (decimal): -9343118 or 7499633. OLE color: 7499633.

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

Color convert

RGB 113 111 114 -
CMYK 0.01 0.03 0 0.55
HSL 280º 0.01% 0.44% -
HSV(B) 280º 0.03% 0.45% -
XYZ 15.53 16.09 18.21 -
YUV 111.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 113 111 114 0.01 0.03 0 0.55 280 0.01 0.44
Hex 71 6F 72 1 3 0 37 118 1 2C
Octal 161 157 162 1 3 0 67 430 1 54
Binary 1110001 1101111 1110010 1 11 0 110111 100011000 1 101100

Color Harmonies of #716F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716F72

Black with #716F72

Text Example


Text Example

White with #716F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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