Html Css Color HEX #715676 Rum

📋 copy color: '#715676'

red 113 ◦ green 86 ◦ blue 118

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

Shades of Rum #715676

Tints of Rum #715676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

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

R = 35.65%
G = 27.13%
B = 37.22%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#715676 (or 0x715676) is known color: Rum. HEX triplet: 71, 56 and 76. RGB value is (113,86,118). Sum of RGB (Red+Green+Blue) = 113+86+118=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 118 - color contains mainly: blue. Hex color #715676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715676 is #8EA989. Grayscale: #616161. Windows color (decimal): -9349514 or 7755377. OLE color: 7755377.

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

Color convert

RGB 113 86 118 -
CMYK 0.04 0.27 0 0.54
HSL 290.63º 0.16% 0.4% -
HSV(B) 290.63º 0.27% 0.46% -
XYZ 13.41 11.47 18.65 -
YUV 97.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 113 86 118 0.04 0.27 0 0.54 290.63 0.16 0.4
Hex 71 56 76 4 1B 0 36 123 10 28
Octal 161 126 166 4 33 0 66 443 20 50
Binary 1110001 1010110 1110110 100 11011 0 110110 100100011 10000 101000

Color Harmonies of #715676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715676

Black with #715676

Text Example


Text Example

White with #715676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715676; }

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

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

background-color css

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

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

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

border-color css

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

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

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