Html Css Color HEX #715A74 Rum

📋 copy color: '#715A74'

red 113 ◦ green 90 ◦ blue 116

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

Shades of Rum #715A74

Tints of Rum #715A74

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.21%

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

R = 35.42%
G = 28.21%
B = 36.36%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#715A74 (or 0x715A74) is known color: Rum. HEX triplet: 71, 5A and 74. RGB value is (113,90,116). Sum of RGB (Red+Green+Blue) = 113+90+116=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 116 - color contains mainly: blue. Hex color #715A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A74 is #8EA58B. Grayscale: #636363. Windows color (decimal): -9348492 or 7625329. OLE color: 7625329.

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

Color convert

RGB 113 90 116 -
CMYK 0.03 0.22 0 0.55
HSL 293.08º 0.13% 0.4% -
HSV(B) 293.08º 0.22% 0.45% -
XYZ 13.62 12.08 18.14 -
YUV 99.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 113 90 116 0.03 0.22 0 0.55 293.08 0.13 0.4
Hex 71 5A 74 3 16 0 37 125 D 28
Octal 161 132 164 3 26 0 67 445 15 50
Binary 1110001 1011010 1110100 11 10110 0 110111 100100101 1101 101000

Color Harmonies of #715A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715A74

Black with #715A74

Text Example


Text Example

White with #715A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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