#787789

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

Shades of Dolphin #787789

Tints of Dolphin #787789

Color information

#787789 (or 0x787789) is unknown color: approx Dolphin. HEX triplet: 78, 77 and 89. RGB value is (120,119,137). Sum of RGB (Red+Green+Blue) = 120+119+137=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 137 - color contains mainly: blue. Hex color #787789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787789 is #878876. Grayscale: #797979. Windows color (decimal): -8882295 or 9009016. OLE color: 9009016.

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

Color convert

RGB120119137-
CMYK0.120.1300.46
HSL243.33º7.09%50.2%-
HSV(B)243.33º13.14%53.73%-
XYZ18.8618.9926.34-
YUV121.35136.83127.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.91%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 137 (53.91% from 255) = 36.44%
R=31.91%
G=31.65%
B=36.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1201191370.120.1300.46243.337.0950.2
Hex787789CD02Ef3732
Octal1701672111415056363762
Binary111100011101111000100111001101010111011110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787789; }

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

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

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

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

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

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

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

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