Html Css Color HEX #777681 Dolphin

📋 copy color: '#777681'

red 119 ◦ green 118 ◦ blue 129

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

Shades of Dolphin #777681

Tints of Dolphin #777681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.25%

R = 32.51%
G = 32.24%
B = 35.25%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#777681 (or 0x777681) is known color: Dolphin. HEX triplet: 77, 76 and 81. RGB value is (119,118,129). Sum of RGB (Red+Green+Blue) = 119+118+129=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 129 - color contains mainly: blue. Hex color #777681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777681 is #88897E. Grayscale: #777777. Windows color (decimal): -8948095 or 8484471. OLE color: 8484471.

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

Color convert

RGB 119 118 129 -
CMYK 0.08 0.09 0 0.49
HSL 245.45º 0.04% 0.48% -
HSV(B) 245.45º 0.09% 0.51% -
XYZ 18.05 18.46 23.38 -
YUV 119.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 119 118 129 0.08 0.09 0 0.49 245.45 0.04 0.48
Hex 77 76 81 8 9 0 31 F5 4 30
Octal 167 166 201 10 11 0 61 365 4 60
Binary 1110111 1110110 10000001 1000 1001 0 110001 11110101 100 110000

Color Harmonies of #777681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777681

Black with #777681

Text Example


Text Example

White with #777681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777681; }

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

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

background-color css

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

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

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

border-color css

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

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

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