#77677C

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

Shades of Rum #77677C

Tints of Rum #77677C

Color information

#77677C (or 0x77677C) is unknown color: approx Rum. HEX triplet: 77, 67 and 7C. RGB value is (119,103,124). Sum of RGB (Red+Green+Blue) = 119+103+124=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 124 - color contains mainly: blue. Hex color #77677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77677C is #889883. Grayscale: #6E6E6E. Windows color (decimal): -8951940 or 8152951. OLE color: 8152951.

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

Color convert

RGB119103124-
CMYK0.040.1700.51
HSL285.71º9.25%44.51%-
HSV(B)285.71º16.94%48.63%-
XYZ16.115.0821.13-
YUV110.18135.8134.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.39%
GREEN value IS 103 (40.62% from 255) = 29.77%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=34.39%
G=29.77%
B=35.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191031240.040.1700.51285.719.2544.51
Hex77677C41103311e92d
Octal1671471744210634361155
Binary1110111110011111111001001000101100111000111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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