Html Css Color HEX #715575 Rum

📋 copy color: '#715575'

red 113 ◦ green 85 ◦ blue 117

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

Shades of Rum #715575

Tints of Rum #715575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.14%

R = 35.87%
G = 26.98%
B = 37.14%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#715575 (or 0x715575) is known color: Rum. HEX triplet: 71, 55 and 75. RGB value is (113,85,117). Sum of RGB (Red+Green+Blue) = 113+85+117=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 117 - color contains mainly: blue. Hex color #715575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715575 is #8EAA8A. Grayscale: #606060. Windows color (decimal): -9349771 or 7689585. OLE color: 7689585.

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

Color convert

RGB 113 85 117 -
CMYK 0.03 0.27 0 0.54
HSL 292.5º 0.16% 0.4% -
HSV(B) 292.5º 0.27% 0.46% -
XYZ 13.27 11.29 18.31 -
YUV 97.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 113 85 117 0.03 0.27 0 0.54 292.5 0.16 0.4
Hex 71 55 75 3 1B 0 36 124 10 28
Octal 161 125 165 3 33 0 66 444 20 50
Binary 1110001 1010101 1110101 11 11011 0 110110 100100100 10000 101000

Color Harmonies of #715575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715575

Black with #715575

Text Example


Text Example

White with #715575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715575; }

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

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

background-color css

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

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

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

border-color css

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

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

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