#777378

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

Shades of Rum #777378

Tints of Rum #777378

Color information

#777378 (or 0x777378) is unknown color: approx Rum. HEX triplet: 77, 73 and 78. RGB value is (119,115,120). Sum of RGB (Red+Green+Blue) = 119+115+120=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 120 - color contains mainly: blue. Hex color #777378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777378 is #888C87. Grayscale: #747474. Windows color (decimal): -8948872 or 7893879. OLE color: 7893879.

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

Color convert

RGB119115120-
CMYK0.010.0400.53
HSL288º2.13%46.08%-
HSV(B)288º4.17%47.06%-
XYZ17.1317.5420.25-
YUV116.77129.83129.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.62%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 120 (47.27% from 255) = 33.90%
R=33.62%
G=32.49%
B=33.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191151200.010.0400.532882.1346.08
Hex7773781403512022e
Octal16716317014065440256
Binary1110111111001111110001100011010110010000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777378; }

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

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

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

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

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

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

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

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