#77777C

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

Shades of Dolphin #77777C

Tints of Dolphin #77777C

Color information

#77777C (or 0x77777C) is unknown color: approx Dolphin. HEX triplet: 77, 77 and 7C. RGB value is (119,119,124). Sum of RGB (Red+Green+Blue) = 119+119+124=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 124 - color contains mainly: blue. Hex color #77777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77777C is #888883. Grayscale: #777777. Windows color (decimal): -8947844 or 8157047. OLE color: 8157047.

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

Color convert

RGB119119124-
CMYK0.040.0400.51
HSL240º2.06%47.65%-
HSV(B)240º4.03%48.63%-
XYZ17.8418.5721.71-
YUV119.57130.5127.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.87%
GREEN value IS 119 (46.88% from 255) = 32.87%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=32.87%
G=32.87%
B=34.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191191240.040.0400.512402.0647.65
Hex77777C44033f0230
Octal16716717444063360260
Binary11101111110111111110010010001100111111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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