Html Css Color HEX #716476 Rum

📋 copy color: '#716476'

red 113 ◦ green 100 ◦ blue 118

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

Shades of Rum #716476

Tints of Rum #716476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.21%

 BLUE value IS 118 (46.48% from 255) = 35.65%

R = 34.14%
G = 30.21%
B = 35.65%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#716476 (or 0x716476) is known color: Rum. HEX triplet: 71, 64 and 76. RGB value is (113,100,118). Sum of RGB (Red+Green+Blue) = 113+100+118=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 118 - color contains mainly: blue. Hex color #716476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716476 is #8E9B89. Grayscale: #696969. Windows color (decimal): -9345930 or 7758961. OLE color: 7758961.

HSL color Cylindrical-coordinate representation of color #716476: hue angle of 283.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #716476 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 100 118 -
CMYK 0.04 0.15 0 0.54
HSL 283.33º 0.08% 0.43% -
HSV(B) 283.33º 0.15% 0.46% -
XYZ 14.64 13.93 19.06 -
YUV 105.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 113 100 118 0.04 0.15 0 0.54 283.33 0.08 0.43
Hex 71 64 76 4 F 0 36 11B 8 2B
Octal 161 144 166 4 17 0 66 433 10 53
Binary 1110001 1100100 1110110 100 1111 0 110110 100011011 1000 101011

Color Harmonies of #716476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716476

Black with #716476

Text Example


Text Example

White with #716476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716476; }

 p { color: rgb(113,100,118); }

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

background-color css

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

 a { background-color: rgb(113,100,118); }

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

border-color css

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

 span { border-color: rgb(113,100,118); }

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