#77617C

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

Shades of Rum #77617C

Tints of Rum #77617C

Color information

#77617C (or 0x77617C) is unknown color: approx Rum. HEX triplet: 77, 61 and 7C. RGB value is (119,97,124). Sum of RGB (Red+Green+Blue) = 119+97+124=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #77617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77617C is #889E83. Grayscale: #6A6A6A. Windows color (decimal): -8953476 or 8151415. OLE color: 8151415.

HSL color Cylindrical-coordinate representation of color #77617C: hue angle of 288.89º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #77617C is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11997124-
CMYK0.040.2200.51
HSL288.89º12.22%43.33%-
HSV(B)288.89º21.77%48.63%-
XYZ15.5213.9320.94-
YUV106.66137.79136.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 97 (38.28% from 255) = 28.53%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=35%
G=28.53%
B=36.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119971240.040.2200.51288.8912.2243.33
Hex77617C416033121c2b
Octal1671411744260634411453
Binary1110111110000111111001001011001100111001000011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77617C; }

 p { color: rgb(119,97,124); }

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

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

 a { background-color: rgb(119,97,124); }

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

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

 span { border-color: rgb(119,97,124); }

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