Html Css Color HEX #716A73 Rum

📋 copy color: '#716A73'

red 113 ◦ green 106 ◦ blue 115

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

Shades of Rum #716A73

Tints of Rum #716A73

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.74%

 BLUE value IS 115 (45.31% from 255) = 34.43%

R = 33.83%
G = 31.74%
B = 34.43%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#716A73 (or 0x716A73) is known color: Rum. HEX triplet: 71, 6A and 73. RGB value is (113,106,115). Sum of RGB (Red+Green+Blue) = 113+106+115=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 115 - color contains mainly: blue. Hex color #716A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A73 is #8E958C. Grayscale: #6D6D6D. Windows color (decimal): -9344397 or 7563889. OLE color: 7563889.

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

Color convert

RGB 113 106 115 -
CMYK 0.02 0.08 0 0.55
HSL 286.67º 0.04% 0.43% -
HSV(B) 286.67º 0.08% 0.45% -
XYZ 15.06 15.06 18.33 -
YUV 109.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 113 106 115 0.02 0.08 0 0.55 286.67 0.04 0.43
Hex 71 6A 73 2 8 0 37 11F 4 2B
Octal 161 152 163 2 10 0 67 437 4 53
Binary 1110001 1101010 1110011 10 1000 0 110111 100011111 100 101011

Color Harmonies of #716A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A73

Black with #716A73

Text Example


Text Example

White with #716A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,106,115); }

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

background-color css

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

 a { background-color: rgb(113,106,115); }

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

border-color css

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

 span { border-color: rgb(113,106,115); }

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