#715779

Color #715779 Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum #715779

Tints of Rum #715779

Color information

#715779 (or 0x715779) is unknown color: approx Rum. HEX triplet: 71, 57 and 79. RGB value is (113,87,121). Sum of RGB (Red+Green+Blue) = 113+87+121=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 121 - color contains mainly: blue. Hex color #715779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715779 is #8EA886. Grayscale: #626262. Windows color (decimal): -9349255 or 7952241. OLE color: 7952241.

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

Color convert

RGB11387121-
CMYK0.070.2800.53
HSL285.88º16.35%40.78%-
HSV(B)285.88º28.1%47.45%-
XYZ13.6711.7119.63-
YUV98.65140.61138.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.20%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 121 (47.66% from 255) = 37.69%
R=35.20%
G=27.10%
B=37.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113871210.070.2800.53285.8816.3540.78
Hex71577971C03511e1029
Octal1611271717340654362051
Binary11100011010111111100111111100011010110001111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715779; }

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

 H1.HeaderClassName
 {
   color: #715779;
 }
 .AnyTagClassName
 {
   color: #715779;
 }
</style>
background-color css

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

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

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

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

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

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