#77687C

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

Shades of Rum #77687C

Tints of Rum #77687C

Color information

#77687C (or 0x77687C) is unknown color: approx Rum. HEX triplet: 77, 68 and 7C. RGB value is (119,104,124). Sum of RGB (Red+Green+Blue) = 119+104+124=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 124 - color contains mainly: blue. Hex color #77687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77687C is #889783. Grayscale: #6E6E6E. Windows color (decimal): -8951684 or 8153207. OLE color: 8153207.

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

Color convert

RGB119104124-
CMYK0.040.1600.51
HSL285º8.77%44.71%-
HSV(B)285º16.13%48.63%-
XYZ16.215.2821.16-
YUV110.76135.47133.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=34.29%
G=29.97%
B=35.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191041240.040.1600.512858.7744.71
Hex77687C41003311d92d
Octal1671501744200634351155
Binary1110111110100011111001001000001100111000111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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