Html Css Color HEX #715B76 Rum

📋 copy color: '#715B76'

red 113 ◦ green 91 ◦ blue 118

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

Shades of Rum #715B76

Tints of Rum #715B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.26%

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

R = 35.09%
G = 28.26%
B = 36.65%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#715B76 (or 0x715B76) is known color: Rum. HEX triplet: 71, 5B and 76. RGB value is (113,91,118). Sum of RGB (Red+Green+Blue) = 113+91+118=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 118 - color contains mainly: blue. Hex color #715B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B76 is #8EA489. Grayscale: #646464. Windows color (decimal): -9348234 or 7756657. OLE color: 7756657.

HSL color Cylindrical-coordinate representation of color #715B76: hue angle of 288.89º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #715B76 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 91 118 -
CMYK 0.04 0.23 0 0.54
HSL 288.89º 0.13% 0.41% -
HSV(B) 288.89º 0.23% 0.46% -
XYZ 13.82 12.3 18.79 -
YUV 100.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 113 91 118 0.04 0.23 0 0.54 288.89 0.13 0.41
Hex 71 5B 76 4 17 0 36 121 D 29
Octal 161 133 166 4 27 0 66 441 15 51
Binary 1110001 1011011 1110110 100 10111 0 110110 100100001 1101 101001

Color Harmonies of #715B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715B76

Black with #715B76

Text Example


Text Example

White with #715B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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