#777585

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

Shades of Dolphin #777585

Tints of Dolphin #777585

Color information

#777585 (or 0x777585) is unknown color: approx Dolphin. HEX triplet: 77, 75 and 85. RGB value is (119,117,133). Sum of RGB (Red+Green+Blue) = 119+117+133=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 133 - color contains mainly: blue. Hex color #777585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777585 is #888A7A. Grayscale: #777777. Windows color (decimal): -8948347 or 8746359. OLE color: 8746359.

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

Color convert

RGB119117133-
CMYK0.110.1200.48
HSL247.5º6.4%49.02%-
HSV(B)247.5º12.03%52.16%-
XYZ18.218.3424.77-
YUV119.42135.66127.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 133 (52.34% from 255) = 36.04%
R=32.25%
G=31.71%
B=36.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191171330.110.1200.48247.56.449.02
Hex777585BC030f8631
Octal1671652051314060370661
Binary111011111101011000010110111100011000011111000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777585; }

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

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

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

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

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

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

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

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