Html Css Color HEX #715C79 Rum

📋 copy color: '#715C79'

red 113 ◦ green 92 ◦ blue 121

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

Shades of Rum #715C79

Tints of Rum #715C79

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.22%

 BLUE value IS 121 (47.66% from 255) = 37.12%

R = 34.66%
G = 28.22%
B = 37.12%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#715C79 (or 0x715C79) is known color: Rum. HEX triplet: 71, 5C and 79. RGB value is (113,92,121). Sum of RGB (Red+Green+Blue) = 113+92+121=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 121 - color contains mainly: blue. Hex color #715C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715C79 is #8EA386. Grayscale: #656565. Windows color (decimal): -9347975 or 7953521. OLE color: 7953521.

HSL color Cylindrical-coordinate representation of color #715C79: hue angle of 283.45º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #715C79 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 92 121 -
CMYK 0.07 0.24 0 0.53
HSL 283.45º 0.14% 0.42% -
HSV(B) 283.45º 0.24% 0.47% -
XYZ 14.09 12.55 19.77 -
YUV 101.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 113 92 121 0.07 0.24 0 0.53 283.45 0.14 0.42
Hex 71 5C 79 7 18 0 35 11B E 2A
Octal 161 134 171 7 30 0 65 433 16 52
Binary 1110001 1011100 1111001 111 11000 0 110101 100011011 1110 101010

Color Harmonies of #715C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C79

Black with #715C79

Text Example


Text Example

White with #715C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,92,121); }

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

background-color css

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

 a { background-color: rgb(113,92,121); }

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

border-color css

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

 span { border-color: rgb(113,92,121); }

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