Html Css Color HEX #715E79 Rum

📋 copy color: '#715E79'

red 113 ◦ green 94 ◦ blue 121

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

Shades of Rum #715E79

Tints of Rum #715E79

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.66%

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

R = 34.45%
G = 28.66%
B = 36.89%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#715E79 (or 0x715E79) is known color: Rum. HEX triplet: 71, 5E and 79. RGB value is (113,94,121). Sum of RGB (Red+Green+Blue) = 113+94+121=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 121 - color contains mainly: blue. Hex color #715E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715E79 is #8EA186. Grayscale: #666666. Windows color (decimal): -9347463 or 7954033. OLE color: 7954033.

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

Color convert

RGB 113 94 121 -
CMYK 0.07 0.22 0 0.53
HSL 282.22º 0.13% 0.42% -
HSV(B) 282.22º 0.22% 0.47% -
XYZ 14.26 12.9 19.83 -
YUV 102.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 113 94 121 0.07 0.22 0 0.53 282.22 0.13 0.42
Hex 71 5E 79 7 16 0 35 11A D 2A
Octal 161 136 171 7 26 0 65 432 15 52
Binary 1110001 1011110 1111001 111 10110 0 110101 100011010 1101 101010

Color Harmonies of #715E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715E79

Black with #715E79

Text Example


Text Example

White with #715E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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