#777688

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

Shades of Dolphin #777688

Tints of Dolphin #777688

Color information

#777688 (or 0x777688) is unknown color: approx Dolphin. HEX triplet: 77, 76 and 88. RGB value is (119,118,136). Sum of RGB (Red+Green+Blue) = 119+118+136=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 136 - color contains mainly: blue. Hex color #777688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777688 is #888977. Grayscale: #787878. Windows color (decimal): -8948088 or 8943223. OLE color: 8943223.

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

Color convert

RGB119118136-
CMYK0.120.1300.47
HSL243.33º7.09%49.8%-
HSV(B)243.33º13.24%53.33%-
XYZ18.5318.6625.92-
YUV120.35136.83127.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.90%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 136 (53.52% from 255) = 36.46%
R=31.90%
G=31.64%
B=36.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191181360.120.1300.47243.337.0949.8
Hex777688CD02Ff3732
Octal1671662101415057363762
Binary111011111101101000100011001101010111111110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777688; }

 p { color: rgb(119,118,136); }

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

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

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

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

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

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

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