#777778

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

Shades of Dolphin #777778

Tints of Dolphin #777778

Color information

#777778 (or 0x777778) is unknown color: approx Dolphin. HEX triplet: 77, 77 and 78. RGB value is (119,119,120). Sum of RGB (Red+Green+Blue) = 119+119+120=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 120 - color contains mainly: blue. Hex color #777778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777778 is #888887. Grayscale: #777777. Windows color (decimal): -8947848 or 7894903. OLE color: 7894903.

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

Color convert

RGB119119120-
CMYK0.010.0100.53
HSL240º0.42%46.86%-
HSV(B)240º0.83%47.06%-
XYZ17.5918.4720.41-
YUV119.11128.5127.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.24%
GREEN value IS 119 (46.88% from 255) = 33.24%
BLUE value IS 120 (47.27% from 255) = 33.52%
R=33.24%
G=33.24%
B=33.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191191200.010.0100.532400.4246.86
Hex77777811035f002f
Octal16716717011065360057
Binary111011111101111111000110110101111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777778; }

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

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

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

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

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

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

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

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