Html Css Color HEX #715B74 Rum

📋 copy color: '#715B74'

red 113 ◦ green 91 ◦ blue 116

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

Shades of Rum #715B74

Tints of Rum #715B74

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.44%

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

R = 35.31%
G = 28.44%
B = 36.25%

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

#715B74 (or 0x715B74) is known color: Rum. HEX triplet: 71, 5B and 74. RGB value is (113,91,116). Sum of RGB (Red+Green+Blue) = 113+91+116=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 116 - color contains mainly: blue. Hex color #715B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B74 is #8EA48B. Grayscale: #646464. Windows color (decimal): -9348236 or 7625585. OLE color: 7625585.

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

Color convert

RGB 113 91 116 -
CMYK 0.03 0.22 0 0.55
HSL 292.8º 0.12% 0.41% -
HSV(B) 292.8º 0.22% 0.45% -
XYZ 13.7 12.25 18.17 -
YUV 100.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 113 91 116 0.03 0.22 0 0.55 292.8 0.12 0.41
Hex 71 5B 74 3 16 0 37 125 C 29
Octal 161 133 164 3 26 0 67 445 14 51
Binary 1110001 1011011 1110100 11 10110 0 110111 100100101 1100 101001

Color Harmonies of #715B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715B74

Black with #715B74

Text Example


Text Example

White with #715B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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