Html Css Color HEX #777689 Dolphin

📋 copy color: '#777689'

red 119 ◦ green 118 ◦ blue 137

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

Shades of Dolphin #777689

Tints of Dolphin #777689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.63%

R = 31.82%
G = 31.55%
B = 36.63%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#777689 (or 0x777689) is known color: Dolphin. HEX triplet: 77, 76 and 89. RGB value is (119,118,137). Sum of RGB (Red+Green+Blue) = 119+118+137=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 137 - color contains mainly: blue. Hex color #777689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777689 is #888976. Grayscale: #787878. Windows color (decimal): -8948087 or 9008759. OLE color: 9008759.

HSL color Cylindrical-coordinate representation of color #777689: hue angle of 243.16º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #777689 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 118 137 -
CMYK 0.13 0.14 0 0.46
HSL 243.16º 0.07% 0.5% -
HSV(B) 243.16º 0.14% 0.54% -
XYZ 18.6 18.68 26.29 -
YUV 120.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 119 118 137 0.13 0.14 0 0.46 243.16 0.07 0.5
Hex 77 76 89 D E 0 2E F3 7 32
Octal 167 166 211 15 16 0 56 363 7 62
Binary 1110111 1110110 10001001 1101 1110 0 101110 11110011 111 110010

Color Harmonies of #777689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777689

Black with #777689

Text Example


Text Example

White with #777689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777689; }

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

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

background-color css

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

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

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

border-color css

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

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

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