#78777E

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

Shades of Dolphin #78777E

Tints of Dolphin #78777E

Color information

#78777E (or 0x78777E) is unknown color: approx Dolphin. HEX triplet: 78, 77 and 7E. RGB value is (120,119,126). Sum of RGB (Red+Green+Blue) = 120+119+126=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 126 - color contains mainly: blue. Hex color #78777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78777E is #878881. Grayscale: #787878. Windows color (decimal): -8882306 or 8288120. OLE color: 8288120.

HSL color Cylindrical-coordinate representation of color #78777E: hue angle of 248.57º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #78777E is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB120119126-
CMYK0.050.0600.51
HSL248.57º2.86%48.04%-
HSV(B)248.57º5.56%49.41%-
XYZ18.1118.6922.39-
YUV120.1131.33127.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.88%
GREEN value IS 119 (46.88% from 255) = 32.60%
BLUE value IS 126 (49.61% from 255) = 34.52%
R=32.88%
G=32.60%
B=34.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1201191260.050.0600.51248.572.8648.04
Hex78777E56033f9330
Octal17016717656063371360
Binary11110001110111111111010111001100111111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78777E; }

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

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

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

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

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

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

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

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