Html Css Color HEX #716A74 Rum

📋 copy color: '#716A74'

red 113 ◦ green 106 ◦ blue 116

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

Shades of Rum #716A74

Tints of Rum #716A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.63%

R = 33.73%
G = 31.64%
B = 34.63%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#716A74 (or 0x716A74) is known color: Rum. HEX triplet: 71, 6A and 74. RGB value is (113,106,116). Sum of RGB (Red+Green+Blue) = 113+106+116=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 116 - color contains mainly: blue. Hex color #716A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A74 is #8E958B. Grayscale: #6D6D6D. Windows color (decimal): -9344396 or 7629425. OLE color: 7629425.

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

Color convert

RGB 113 106 116 -
CMYK 0.03 0.09 0 0.55
HSL 282º 0.05% 0.44% -
HSV(B) 282º 0.09% 0.45% -
XYZ 15.12 15.08 18.64 -
YUV 109.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 113 106 116 0.03 0.09 0 0.55 282 0.05 0.44
Hex 71 6A 74 3 9 0 37 11A 5 2C
Octal 161 152 164 3 11 0 67 432 5 54
Binary 1110001 1101010 1110100 11 1001 0 110111 100011010 101 101100

Color Harmonies of #716A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A74

Black with #716A74

Text Example


Text Example

White with #716A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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