#715677

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

Shades of Rum #715677

Tints of Rum #715677

Color information

#715677 (or 0x715677) is unknown color: approx Rum. HEX triplet: 71, 56 and 77. RGB value is (113,86,119). Sum of RGB (Red+Green+Blue) = 113+86+119=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 119 - color contains mainly: blue. Hex color #715677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715677 is #8EA988. Grayscale: #616161. Windows color (decimal): -9349513 or 7820913. OLE color: 7820913.

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

Color convert

RGB11386119-
CMYK0.050.2800.53
HSL289.09º16.1%40.2%-
HSV(B)289.09º27.73%46.67%-
XYZ13.4711.518.96-
YUV97.84139.95138.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=35.53%
G=27.04%
B=37.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113861190.050.2800.53289.0916.140.2
Hex71567751C0351211028
Octal1611261675340654412050
Binary11100011010110111011110111100011010110010000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715677; }

 p { color: rgb(113,86,119); }

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

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

 a { background-color: rgb(113,86,119); }

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

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

 span { border-color: rgb(113,86,119); }

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