#777684

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

Shades of Dolphin #777684

Tints of Dolphin #777684

Color information

#777684 (or 0x777684) is unknown color: approx Dolphin. HEX triplet: 77, 76 and 84. RGB value is (119,118,132). Sum of RGB (Red+Green+Blue) = 119+118+132=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #777684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777684 is #88897B. Grayscale: #777777. Windows color (decimal): -8948092 or 8681079. OLE color: 8681079.

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

Color convert

RGB119118132-
CMYK0.100.1100.48
HSL244.29º5.6%49.02%-
HSV(B)244.29º10.61%51.76%-
XYZ18.2518.5424.45-
YUV119.89134.83127.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=32.25%
G=31.98%
B=35.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191181320.100.1100.48244.295.649.02
Hex777684AB030f4631
Octal1671662041213060364661
Binary111011111101101000010010101011011000011110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777684; }

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

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

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

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

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

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

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

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