#77777D

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

Shades of Dolphin #77777D

Tints of Dolphin #77777D

Color information

#77777D (or 0x77777D) is unknown color: approx Dolphin. HEX triplet: 77, 77 and 7D. RGB value is (119,119,125). Sum of RGB (Red+Green+Blue) = 119+119+125=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 125 - color contains mainly: blue. Hex color #77777D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77777D is #888882. Grayscale: #777777. Windows color (decimal): -8947843 or 8222583. OLE color: 8222583.

HSL color Cylindrical-coordinate representation of color #77777D: 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.05%. Process color model (Four color, CMYK) of #77777D is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB119119125-
CMYK0.050.0500.51
HSL240º2.46%47.84%-
HSV(B)240º4.8%49.02%-
XYZ17.9118.622.05-
YUV119.68131127.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.78%
GREEN value IS 119 (46.88% from 255) = 32.78%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=32.78%
G=32.78%
B=34.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1191191250.050.0500.512402.4647.84
Hex77777D55033f0230
Octal16716717555063360260
Binary11101111110111111110110110101100111111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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