#777584

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

Shades of Dolphin #777584

Tints of Dolphin #777584

Color information

#777584 (or 0x777584) is unknown color: approx Dolphin. HEX triplet: 77, 75 and 84. RGB value is (119,117,132). Sum of RGB (Red+Green+Blue) = 119+117+132=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 132 - color contains mainly: blue. Hex color #777584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777584 is #888A7B. Grayscale: #777777. Windows color (decimal): -8948348 or 8680823. OLE color: 8680823.

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

Color convert

RGB119117132-
CMYK0.100.1100.48
HSL248º6.02%48.82%-
HSV(B)248º11.36%51.76%-
XYZ18.1318.3124.41-
YUV119.31135.16127.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.34%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 132 (51.95% from 255) = 35.87%
R=32.34%
G=31.79%
B=35.87%

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
Decimal1191171320.100.1100.482486.0248.82
Hex777584AB030f8631
Octal1671652041213060370661
Binary111011111101011000010010101011011000011111000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777584; }

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

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

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

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

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

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

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

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