Html Css Color HEX #716576 Rum

📋 copy color: '#716576'

red 113 ◦ green 101 ◦ blue 118

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

Shades of Rum #716576

Tints of Rum #716576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.42%

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

R = 34.04%
G = 30.42%
B = 35.54%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#716576 (or 0x716576) is known color: Rum. HEX triplet: 71, 65 and 76. RGB value is (113,101,118). Sum of RGB (Red+Green+Blue) = 113+101+118=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 118 - color contains mainly: blue. Hex color #716576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716576 is #8E9A89. Grayscale: #6A6A6A. Windows color (decimal): -9345674 or 7759217. OLE color: 7759217.

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

Color convert

RGB 113 101 118 -
CMYK 0.04 0.14 0 0.54
HSL 282.35º 0.08% 0.43% -
HSV(B) 282.35º 0.14% 0.46% -
XYZ 14.73 14.13 19.09 -
YUV 106.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 113 101 118 0.04 0.14 0 0.54 282.35 0.08 0.43
Hex 71 65 76 4 E 0 36 11A 8 2B
Octal 161 145 166 4 16 0 66 432 10 53
Binary 1110001 1100101 1110110 100 1110 0 110110 100011010 1000 101011

Color Harmonies of #716576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716576

Black with #716576

Text Example


Text Example

White with #716576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716576; }

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

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

background-color css

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

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

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

border-color css

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

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

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