#78778A

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

Shades of Dolphin #78778A

Tints of Dolphin #78778A

Color information

#78778A (or 0x78778A) is unknown color: approx Dolphin. HEX triplet: 78, 77 and 8A. RGB value is (120,119,138). Sum of RGB (Red+Green+Blue) = 120+119+138=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 138 - color contains mainly: blue. Hex color #78778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78778A is #878875. Grayscale: #797979. Windows color (decimal): -8882294 or 9074552. OLE color: 9074552.

HSL color Cylindrical-coordinate representation of color #78778A: hue angle of 243.16º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #78778A is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB120119138-
CMYK0.130.1400.46
HSL243.16º7.51%50.39%-
HSV(B)243.16º13.77%54.12%-
XYZ18.9319.0226.72-
YUV121.46137.33126.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=31.83%
G=31.56%
B=36.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1201191380.130.1400.46243.167.5150.39
Hex78778ADE02Ef3832
Octal17016721215160563631062
Binary1111000111011110001010110111100101110111100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78778A; }

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

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

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

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

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

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

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

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