Html Css Color HEX #715976 Rum

📋 copy color: '#715976'

red 113 ◦ green 89 ◦ blue 118

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

Shades of Rum #715976

Tints of Rum #715976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.81%

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

R = 35.31%
G = 27.81%
B = 36.88%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#715976 (or 0x715976) is known color: Rum. HEX triplet: 71, 59 and 76. RGB value is (113,89,118). Sum of RGB (Red+Green+Blue) = 113+89+118=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: blue. Hex color #715976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715976 is #8EA689. Grayscale: #636363. Windows color (decimal): -9348746 or 7756145. OLE color: 7756145.

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

Color convert

RGB 113 89 118 -
CMYK 0.04 0.25 0 0.54
HSL 289.66º 0.14% 0.41% -
HSV(B) 289.66º 0.25% 0.46% -
XYZ 13.65 11.96 18.73 -
YUV 99.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 113 89 118 0.04 0.25 0 0.54 289.66 0.14 0.41
Hex 71 59 76 4 19 0 36 122 E 29
Octal 161 131 166 4 31 0 66 442 16 51
Binary 1110001 1011001 1110110 100 11001 0 110110 100100010 1110 101001

Color Harmonies of #715976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715976

Black with #715976

Text Example


Text Example

White with #715976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715976; }

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

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

background-color css

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

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

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

border-color css

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

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

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