Html Css Color HEX #777690 Scampi

📋 copy color: '#777690'

red 119 ◦ green 118 ◦ blue 144

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

Shades of Scampi #777690

Tints of Scampi #777690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.8%

R = 31.23%
G = 30.97%
B = 37.8%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#777690 (or 0x777690) is known color: Scampi. HEX triplet: 77, 76 and 90. RGB value is (119,118,144). Sum of RGB (Red+Green+Blue) = 119+118+144=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #777690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777690 is #88896F. Grayscale: #797979. Windows color (decimal): -8948080 or 9467511. OLE color: 9467511.

HSL color Cylindrical-coordinate representation of color #777690: hue angle of 242.31º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #777690 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 118 144 -
CMYK 0.17 0.18 0 0.44
HSL 242.31º 0.1% 0.51% -
HSV(B) 242.31º 0.18% 0.56% -
XYZ 19.12 18.89 29.02 -
YUV 121.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 119 118 144 0.17 0.18 0 0.44 242.31 0.1 0.51
Hex 77 76 90 11 12 0 2C F2 A 33
Octal 167 166 220 21 22 0 54 362 12 63
Binary 1110111 1110110 10010000 10001 10010 0 101100 11110010 1010 110011

Color Harmonies of #777690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777690

Black with #777690

Text Example


Text Example

White with #777690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777690; }

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

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

background-color css

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

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

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

border-color css

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

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

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