Html Css Color HEX #777790 Scampi

📋 copy color: '#777790'

red 119 ◦ green 119 ◦ blue 144

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

Shades of Scampi #777790

Tints of Scampi #777790

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.15%

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

R = 31.15%
G = 31.15%
B = 37.7%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#777790 (or 0x777790) is known color: Scampi. HEX triplet: 77, 77 and 90. RGB value is (119,119,144). Sum of RGB (Red+Green+Blue) = 119+119+144=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #777790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777790 is #88886F. Grayscale: #797979. Windows color (decimal): -8947824 or 9467767. OLE color: 9467767.

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

Color convert

RGB 119 119 144 -
CMYK 0.17 0.17 0 0.44
HSL 240º 0.1% 0.52% -
HSV(B) 240º 0.17% 0.56% -
XYZ 19.24 19.13 29.06 -
YUV 121.85 140.5 125.97 -
System Red Green Blue C M Y K H S L
Decimal 119 119 144 0.17 0.17 0 0.44 240 0.1 0.52
Hex 77 77 90 11 11 0 2C F0 A 34
Octal 167 167 220 21 21 0 54 360 12 64
Binary 1110111 1110111 10010000 10001 10001 0 101100 11110000 1010 110100

Color Harmonies of #777790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777790

Black with #777790

Text Example


Text Example

White with #777790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777790; }

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

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

background-color css

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

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

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

border-color css

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

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

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