Html Css Color HEX #715778 Rum

📋 copy color: '#715778'

red 113 ◦ green 87 ◦ blue 120

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

Shades of Rum #715778

Tints of Rum #715778

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.19%

 BLUE value IS 120 (47.27% from 255) = 37.5%

R = 35.31%
G = 27.19%
B = 37.5%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#715778 (or 0x715778) is known color: Rum. HEX triplet: 71, 57 and 78. RGB value is (113,87,120). Sum of RGB (Red+Green+Blue) = 113+87+120=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 120 - color contains mainly: blue. Hex color #715778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715778 is #8EA887. Grayscale: #626262. Windows color (decimal): -9349256 or 7886705. OLE color: 7886705.

HSL color Cylindrical-coordinate representation of color #715778: hue angle of 287.27º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #715778 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 87 120 -
CMYK 0.06 0.28 0 0.53
HSL 287.27º 0.16% 0.41% -
HSV(B) 287.27º 0.28% 0.47% -
XYZ 13.61 11.68 19.31 -
YUV 98.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 113 87 120 0.06 0.28 0 0.53 287.27 0.16 0.41
Hex 71 57 78 6 1C 0 35 11F 10 29
Octal 161 127 170 6 34 0 65 437 20 51
Binary 1110001 1010111 1111000 110 11100 0 110101 100011111 10000 101001

Color Harmonies of #715778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715778

Black with #715778

Text Example


Text Example

White with #715778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715778; }

 p { color: rgb(113,87,120); }

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

background-color css

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

 a { background-color: rgb(113,87,120); }

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

border-color css

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

 span { border-color: rgb(113,87,120); }

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