#77758A

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

Shades of Dolphin #77758A

Tints of Dolphin #77758A

Color information

#77758A (or 0x77758A) is unknown color: approx Dolphin. HEX triplet: 77, 75 and 8A. RGB value is (119,117,138). Sum of RGB (Red+Green+Blue) = 119+117+138=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 138 - color contains mainly: blue. Hex color #77758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77758A is #888A75. Grayscale: #777777. Windows color (decimal): -8948342 or 9074039. OLE color: 9074039.

HSL color Cylindrical-coordinate representation of color #77758A: hue angle of 245.71º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #77758A is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB119117138-
CMYK0.140.1500.46
HSL245.71º8.24%50%-
HSV(B)245.71º15.22%54.12%-
XYZ18.5618.4826.63-
YUV119.99138.16127.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.82%
GREEN value IS 117 (46.09% from 255) = 31.28%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=31.82%
G=31.28%
B=36.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1191171380.140.1500.46245.718.2450
Hex77758AEF02Ef6832
Octal16716521216170563661062
Binary1110111111010110001010111011110101110111101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77758A; }

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

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

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

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

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

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

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

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