Html Css Color HEX #777580 Dolphin

📋 copy color: '#777580'

red 119 ◦ green 117 ◦ blue 128

#777580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolphin #777580

Tints of Dolphin #777580

RGB

 RED value IS 119 (46.88% from 255) = 32.69%

 GREEN value IS 117 (46.09% from 255) = 32.14%

 BLUE value IS 128 (50.39% from 255) = 35.16%

R = 32.69%
G = 32.14%
B = 35.16%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#777580 (or 0x777580) is known color: Dolphin. HEX triplet: 77, 75 and 80. RGB value is (119,117,128). Sum of RGB (Red+Green+Blue) = 119+117+128=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 128 - color contains mainly: blue. Hex color #777580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777580 is #888A7F. Grayscale: #767676. Windows color (decimal): -8948352 or 8418679. OLE color: 8418679.

HSL color Cylindrical-coordinate representation of color #777580: hue angle of 250.91º degrees, saturation: 0.04, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #777580 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 117 128 -
CMYK 0.07 0.09 0 0.50
HSL 250.91º 0.04% 0.48% -
HSV(B) 250.91º 0.09% 0.5% -
XYZ 17.87 18.2 22.99 -
YUV 118.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 119 117 128 0.07 0.09 0 0.50 250.91 0.04 0.48
Hex 77 75 80 7 9 0 32 FB 4 30
Octal 167 165 200 7 11 0 62 373 4 60
Binary 1110111 1110101 10000000 111 1001 0 110010 11111011 100 110000

Color Harmonies of #777580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777580

Black with #777580

Text Example


Text Example

White with #777580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777580; }

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

 H1.HeaderClassName
 {
   color: #777580;
 }
 .AnyTagClassName
 {
   color: #777580;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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