#77617F

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

Shades of Rum #77617F

Tints of Rum #77617F

Color information

#77617F (or 0x77617F) is unknown color: approx Rum. HEX triplet: 77, 61 and 7F. RGB value is (119,97,127). Sum of RGB (Red+Green+Blue) = 119+97+127=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 127 - color contains mainly: blue. Hex color #77617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77617F is #889E80. Grayscale: #6A6A6A. Windows color (decimal): -8953473 or 8348023. OLE color: 8348023.

HSL color Cylindrical-coordinate representation of color #77617F: hue angle of 284º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77617F is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11997127-
CMYK0.060.2400.50
HSL284º13.39%43.92%-
HSV(B)284º23.62%49.8%-
XYZ15.711421.95-
YUV107139.29136.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.69%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 127 (50% from 255) = 37.03%
R=34.69%
G=28.28%
B=37.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119971270.060.2400.5028413.3943.92
Hex77617F61803211cd2c
Octal1671411776300624341554
Binary1110111110000111111111101100001100101000111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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