#777484

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

Shades of Dolphin #777484

Tints of Dolphin #777484

Color information

#777484 (or 0x777484) is unknown color: approx Dolphin. HEX triplet: 77, 74 and 84. RGB value is (119,116,132). Sum of RGB (Red+Green+Blue) = 119+116+132=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 132 - color contains mainly: blue. Hex color #777484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777484 is #888B7B. Grayscale: #767676. Windows color (decimal): -8948604 or 8680567. OLE color: 8680567.

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

Color convert

RGB119116132-
CMYK0.100.1200.48
HSL251.25º6.45%48.63%-
HSV(B)251.25º12.12%51.76%-
XYZ18.0218.0824.37-
YUV118.72135.49128.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=32.43%
G=31.61%
B=35.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191161320.100.1200.48251.256.4548.63
Hex777484AC030fb631
Octal1671642041214060373661
Binary111011111101001000010010101100011000011111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777484; }

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

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

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

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

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

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

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

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