Html Css Color HEX #777680 Dolphin

📋 copy color: '#777680'

red 119 ◦ green 118 ◦ blue 128

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

Shades of Dolphin #777680

Tints of Dolphin #777680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.33%

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

R = 32.6%
G = 32.33%
B = 35.07%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#777680 (or 0x777680) is known color: Dolphin. HEX triplet: 77, 76 and 80. RGB value is (119,118,128). Sum of RGB (Red+Green+Blue) = 119+118+128=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 128 - color contains mainly: blue. Hex color #777680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777680 is #88897F. Grayscale: #777777. Windows color (decimal): -8948096 or 8418935. OLE color: 8418935.

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

Color convert

RGB 119 118 128 -
CMYK 0.07 0.08 0 0.50
HSL 246º 0.04% 0.48% -
HSV(B) 246º 0.08% 0.5% -
XYZ 17.98 18.44 23.03 -
YUV 119.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 119 118 128 0.07 0.08 0 0.50 246 0.04 0.48
Hex 77 76 80 7 8 0 32 F6 4 30
Octal 167 166 200 7 10 0 62 366 4 60
Binary 1110111 1110110 10000000 111 1000 0 110010 11110110 100 110000

Color Harmonies of #777680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777680

Black with #777680

Text Example


Text Example

White with #777680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777680; }

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

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

background-color css

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

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

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

border-color css

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

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

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