#777583

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

Shades of Dolphin #777583

Tints of Dolphin #777583

Color information

#777583 (or 0x777583) is unknown color: approx Dolphin. HEX triplet: 77, 75 and 83. RGB value is (119,117,131). Sum of RGB (Red+Green+Blue) = 119+117+131=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 131 - color contains mainly: blue. Hex color #777583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777583 is #888A7C. Grayscale: #777777. Windows color (decimal): -8948349 or 8615287. OLE color: 8615287.

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

Color convert

RGB119117131-
CMYK0.090.1100.49
HSL248.57º5.65%48.63%-
HSV(B)248.57º10.69%51.37%-
XYZ18.0718.2824.05-
YUV119.19134.66127.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.43%
GREEN value IS 117 (46.09% from 255) = 31.88%
BLUE value IS 131 (51.56% from 255) = 35.69%
R=32.43%
G=31.88%
B=35.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191171310.090.1100.49248.575.6548.63
Hex7775839B031f9631
Octal1671652031113061371661
Binary111011111101011000001110011011011000111111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777583; }

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

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

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

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

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

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

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

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