Html Css Color HEX #777290 Scampi

📋 copy color: '#777290'

red 119 ◦ green 114 ◦ blue 144

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

Shades of Scampi #777290

Tints of Scampi #777290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

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

R = 31.56%
G = 30.24%
B = 38.2%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#777290 (or 0x777290) is known color: Scampi. HEX triplet: 77, 72 and 90. RGB value is (119,114,144). Sum of RGB (Red+Green+Blue) = 119+114+144=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #777290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777290 is #888D6F. Grayscale: #767676. Windows color (decimal): -8949104 or 9466487. OLE color: 9466487.

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

Color convert

RGB 119 114 144 -
CMYK 0.17 0.21 0 0.44
HSL 250º 0.12% 0.51% -
HSV(B) 250º 0.21% 0.56% -
XYZ 18.66 17.97 28.87 -
YUV 118.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 119 114 144 0.17 0.21 0 0.44 250 0.12 0.51
Hex 77 72 90 11 15 0 2C FA C 33
Octal 167 162 220 21 25 0 54 372 14 63
Binary 1110111 1110010 10010000 10001 10101 0 101100 11111010 1100 110011

Color Harmonies of #777290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777290

Black with #777290

Text Example


Text Example

White with #777290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777290; }

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

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

background-color css

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

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

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

border-color css

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

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

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