#777685

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

Shades of Dolphin #777685

Tints of Dolphin #777685

Color information

#777685 (or 0x777685) is unknown color: approx Dolphin. HEX triplet: 77, 76 and 85. RGB value is (119,118,133). Sum of RGB (Red+Green+Blue) = 119+118+133=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 133 - color contains mainly: blue. Hex color #777685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777685 is #88897A. Grayscale: #777777. Windows color (decimal): -8948091 or 8746615. OLE color: 8746615.

HSL color Cylindrical-coordinate representation of color #777685: hue angle of 244º 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 #777685 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB119118133-
CMYK0.110.1100.48
HSL244º5.98%49.22%-
HSV(B)244º11.28%52.16%-
XYZ18.3218.5724.81-
YUV120.01135.33127.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.16%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=32.16%
G=31.89%
B=35.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191181330.110.1100.482445.9849.22
Hex777685BB030f4631
Octal1671662051313060364661
Binary111011111101101000010110111011011000011110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777685; }

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

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

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

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

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

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

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

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