Html Css Color HEX #715878 Rum

📋 copy color: '#715878'

red 113 ◦ green 88 ◦ blue 120

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

Shades of Rum #715878

Tints of Rum #715878

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.41%

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

R = 35.2%
G = 27.41%
B = 37.38%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#715878 (or 0x715878) is known color: Rum. HEX triplet: 71, 58 and 78. RGB value is (113,88,120). Sum of RGB (Red+Green+Blue) = 113+88+120=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 120 - color contains mainly: blue. Hex color #715878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715878 is #8EA787. Grayscale: #636363. Windows color (decimal): -9349000 or 7886961. OLE color: 7886961.

HSL color Cylindrical-coordinate representation of color #715878: hue angle of 286.88º degrees, saturation: 0.15, 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 #715878 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 88 120 -
CMYK 0.06 0.27 0 0.53
HSL 286.88º 0.15% 0.41% -
HSV(B) 286.88º 0.27% 0.47% -
XYZ 13.69 11.85 19.33 -
YUV 99.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 113 88 120 0.06 0.27 0 0.53 286.88 0.15 0.41
Hex 71 58 78 6 1B 0 35 11F F 29
Octal 161 130 170 6 33 0 65 437 17 51
Binary 1110001 1011000 1111000 110 11011 0 110101 100011111 1111 101001

Color Harmonies of #715878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715878

Black with #715878

Text Example


Text Example

White with #715878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715878; }

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

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

background-color css

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

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

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

border-color css

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

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

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