Html Css Color HEX #716276 Rum

📋 copy color: '#716276'

red 113 ◦ green 98 ◦ blue 118

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

Shades of Rum #716276

Tints of Rum #716276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.79%

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

R = 34.35%
G = 29.79%
B = 35.87%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#716276 (or 0x716276) is known color: Rum. HEX triplet: 71, 62 and 76. RGB value is (113,98,118). Sum of RGB (Red+Green+Blue) = 113+98+118=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: blue. Hex color #716276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716276 is #8E9D89. Grayscale: #686868. Windows color (decimal): -9346442 or 7758449. OLE color: 7758449.

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

Color convert

RGB 113 98 118 -
CMYK 0.04 0.17 0 0.54
HSL 285º 0.09% 0.42% -
HSV(B) 285º 0.17% 0.46% -
XYZ 14.45 13.55 18.99 -
YUV 104.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 113 98 118 0.04 0.17 0 0.54 285 0.09 0.42
Hex 71 62 76 4 11 0 36 11D 9 2A
Octal 161 142 166 4 21 0 66 435 11 52
Binary 1110001 1100010 1110110 100 10001 0 110110 100011101 1001 101010

Color Harmonies of #716276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716276

Black with #716276

Text Example


Text Example

White with #716276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716276; }

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

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

background-color css

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

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

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

border-color css

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

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

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