#77627C

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

Shades of Rum #77627C

Tints of Rum #77627C

Color information

#77627C (or 0x77627C) is unknown color: approx Rum. HEX triplet: 77, 62 and 7C. RGB value is (119,98,124). Sum of RGB (Red+Green+Blue) = 119+98+124=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #77627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77627C is #889D83. Grayscale: #6B6B6B. Windows color (decimal): -8953220 or 8151671. OLE color: 8151671.

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

Color convert

RGB11998124-
CMYK0.040.2100.51
HSL288.46º11.71%43.53%-
HSV(B)288.46º20.97%48.63%-
XYZ15.6114.1120.97-
YUV107.24137.46136.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 98 (38.67% from 255) = 28.74%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=34.90%
G=28.74%
B=36.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119981240.040.2100.51288.4611.7143.53
Hex77627C415033120c2c
Octal1671421744250634401454
Binary1110111110001011111001001010101100111001000001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77627C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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