Html Css Color HEX #715974 Rum

📋 copy color: '#715974'

red 113 ◦ green 89 ◦ blue 116

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

Shades of Rum #715974

Tints of Rum #715974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 35.53%
G = 27.99%
B = 36.48%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#715974 (or 0x715974) is known color: Rum. HEX triplet: 71, 59 and 74. RGB value is (113,89,116). Sum of RGB (Red+Green+Blue) = 113+89+116=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 116 - color contains mainly: blue. Hex color #715974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715974 is #8EA68B. Grayscale: #636363. Windows color (decimal): -9348748 or 7625073. OLE color: 7625073.

HSL color Cylindrical-coordinate representation of color #715974: hue angle of 293.33º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #715974 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 89 116 -
CMYK 0.03 0.23 0 0.55
HSL 293.33º 0.13% 0.4% -
HSV(B) 293.33º 0.23% 0.45% -
XYZ 13.53 11.92 18.11 -
YUV 99.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 113 89 116 0.03 0.23 0 0.55 293.33 0.13 0.4
Hex 71 59 74 3 17 0 37 125 D 28
Octal 161 131 164 3 27 0 67 445 15 50
Binary 1110001 1011001 1110100 11 10111 0 110111 100100101 1101 101000

Color Harmonies of #715974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715974

Black with #715974

Text Example


Text Example

White with #715974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715974; }

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

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

background-color css

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

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

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

border-color css

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

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

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