Html Css Color HEX #715977 Rum

📋 copy color: '#715977'

red 113 ◦ green 89 ◦ blue 119

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

Shades of Rum #715977

Tints of Rum #715977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 35.2%
G = 27.73%
B = 37.07%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#715977 (or 0x715977) is known color: Rum. HEX triplet: 71, 59 and 77. RGB value is (113,89,119). Sum of RGB (Red+Green+Blue) = 113+89+119=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 119 - color contains mainly: blue. Hex color #715977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715977 is #8EA688. Grayscale: #636363. Windows color (decimal): -9348745 or 7821681. OLE color: 7821681.

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

Color convert

RGB 113 89 119 -
CMYK 0.05 0.25 0 0.53
HSL 288º 0.14% 0.41% -
HSV(B) 288º 0.25% 0.47% -
XYZ 13.71 11.99 19.04 -
YUV 99.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 113 89 119 0.05 0.25 0 0.53 288 0.14 0.41
Hex 71 59 77 5 19 0 35 120 E 29
Octal 161 131 167 5 31 0 65 440 16 51
Binary 1110001 1011001 1110111 101 11001 0 110101 100100000 1110 101001

Color Harmonies of #715977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715977

Black with #715977

Text Example


Text Example

White with #715977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715977; }

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

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

background-color css

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

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

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

border-color css

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

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

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