#777078

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

Shades of Rum #777078

Tints of Rum #777078

Color information

#777078 (or 0x777078) is unknown color: approx Rum. HEX triplet: 77, 70 and 78. RGB value is (119,112,120). Sum of RGB (Red+Green+Blue) = 119+112+120=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 120 - color contains mainly: blue. Hex color #777078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777078 is #888F87. Grayscale: #727272. Windows color (decimal): -8949640 or 7893111. OLE color: 7893111.

HSL color Cylindrical-coordinate representation of color #777078: hue angle of 292.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #777078 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB119112120-
CMYK0.010.0700.53
HSL292.5º3.45%45.49%-
HSV(B)292.5º6.67%47.06%-
XYZ16.7916.8720.14-
YUV115130.82130.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.90%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=33.90%
G=31.91%
B=34.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191121200.010.0700.53292.53.4545.49
Hex7770781703512432d
Octal16716017017065444355
Binary1110111111000011110001111011010110010010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777078; }

 p { color: rgb(119,112,120); }

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

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

 a { background-color: rgb(119,112,120); }

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

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

 span { border-color: rgb(119,112,120); }

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