#777278

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

Shades of Rum #777278

Tints of Rum #777278

Color information

#777278 (or 0x777278) is unknown color: approx Rum. HEX triplet: 77, 72 and 78. RGB value is (119,114,120). Sum of RGB (Red+Green+Blue) = 119+114+120=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 120 - color contains mainly: blue. Hex color #777278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777278 is #888D87. Grayscale: #747474. Windows color (decimal): -8949128 or 7893623. OLE color: 7893623.

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

Color convert

RGB119114120-
CMYK0.010.0500.53
HSL290º2.56%45.88%-
HSV(B)290º5%47.06%-
XYZ17.0217.3120.21-
YUV116.18130.16130.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.71%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=33.71%
G=32.29%
B=33.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191141200.010.0500.532902.5645.88
Hex7772781503512232e
Octal16716217015065442356
Binary1110111111001011110001101011010110010001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777278; }

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

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

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

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

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

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

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

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