Html Css Color HEX #715576 Rum

📋 copy color: '#715576'

red 113 ◦ green 85 ◦ blue 118

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

Shades of Rum #715576

Tints of Rum #715576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

 BLUE value IS 118 (46.48% from 255) = 37.34%

R = 35.76%
G = 26.9%
B = 37.34%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#715576 (or 0x715576) is known color: Rum. HEX triplet: 71, 55 and 76. RGB value is (113,85,118). Sum of RGB (Red+Green+Blue) = 113+85+118=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #715576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715576 is #8EAA89. Grayscale: #616161. Windows color (decimal): -9349770 or 7755121. OLE color: 7755121.

HSL color Cylindrical-coordinate representation of color #715576: hue angle of 290.91º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #715576 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 85 118 -
CMYK 0.04 0.28 0 0.54
HSL 290.91º 0.16% 0.4% -
HSV(B) 290.91º 0.28% 0.46% -
XYZ 13.33 11.32 18.62 -
YUV 97.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 113 85 118 0.04 0.28 0 0.54 290.91 0.16 0.4
Hex 71 55 76 4 1C 0 36 123 10 28
Octal 161 125 166 4 34 0 66 443 20 50
Binary 1110001 1010101 1110110 100 11100 0 110110 100100011 10000 101000

Color Harmonies of #715576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715576

Black with #715576

Text Example


Text Example

White with #715576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715576; }

 p { color: rgb(113,85,118); }

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

background-color css

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

 a { background-color: rgb(113,85,118); }

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

border-color css

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

 span { border-color: rgb(113,85,118); }

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