Html Css Color HEX #716174 Rum

📋 copy color: '#716174'

red 113 ◦ green 97 ◦ blue 116

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

Shades of Rum #716174

Tints of Rum #716174

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

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

R = 34.66%
G = 29.75%
B = 35.58%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#716174 (or 0x716174) is known color: Rum. HEX triplet: 71, 61 and 74. RGB value is (113,97,116). Sum of RGB (Red+Green+Blue) = 113+97+116=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 116 - color contains mainly: blue. Hex color #716174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716174 is #8E9E8B. Grayscale: #676767. Windows color (decimal): -9346700 or 7627121. OLE color: 7627121.

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

Color convert

RGB 113 97 116 -
CMYK 0.03 0.16 0 0.55
HSL 290.53º 0.09% 0.42% -
HSV(B) 290.53º 0.16% 0.45% -
XYZ 14.24 13.32 18.34 -
YUV 103.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 113 97 116 0.03 0.16 0 0.55 290.53 0.09 0.42
Hex 71 61 74 3 10 0 37 123 9 2A
Octal 161 141 164 3 20 0 67 443 11 52
Binary 1110001 1100001 1110100 11 10000 0 110111 100100011 1001 101010

Color Harmonies of #716174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716174

Black with #716174

Text Example


Text Example

White with #716174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716174; }

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

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

background-color css

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

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

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

border-color css

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

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

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