#777686

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

Shades of Dolphin #777686

Tints of Dolphin #777686

Color information

#777686 (or 0x777686) is unknown color: approx Dolphin. HEX triplet: 77, 76 and 86. RGB value is (119,118,134). Sum of RGB (Red+Green+Blue) = 119+118+134=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 134 - color contains mainly: blue. Hex color #777686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777686 is #888979. Grayscale: #787878. Windows color (decimal): -8948090 or 8812151. OLE color: 8812151.

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

Color convert

RGB119118134-
CMYK0.110.1200.47
HSL243.75º6.35%49.41%-
HSV(B)243.75º11.94%52.55%-
XYZ18.3918.625.18-
YUV120.12135.83127.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.08%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=32.08%
G=31.81%
B=36.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191181340.110.1200.47243.756.3549.41
Hex777686BC02Ff4631
Octal1671662061314057364661
Binary111011111101101000011010111100010111111110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777686; }

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

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

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

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

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

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

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

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