Html Css Color HEX #777391 Scampi

📋 copy color: '#777391'

red 119 ◦ green 115 ◦ blue 145

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

Shades of Scampi #777391

Tints of Scampi #777391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.34%

 BLUE value IS 145 (57.03% from 255) = 38.26%

R = 31.4%
G = 30.34%
B = 38.26%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#777391 (or 0x777391) is known color: Scampi. HEX triplet: 77, 73 and 91. RGB value is (119,115,145). Sum of RGB (Red+Green+Blue) = 119+115+145=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 145 - color contains mainly: blue. Hex color #777391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777391 is #888C6E. Grayscale: #777777. Windows color (decimal): -8948847 or 9532279. OLE color: 9532279.

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

Color convert

RGB 119 115 145 -
CMYK 0.18 0.21 0 0.43
HSL 248º 0.12% 0.51% -
HSV(B) 248º 0.21% 0.57% -
XYZ 18.85 18.23 29.31 -
YUV 119.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 119 115 145 0.18 0.21 0 0.43 248 0.12 0.51
Hex 77 73 91 12 15 0 2B F8 C 33
Octal 167 163 221 22 25 0 53 370 14 63
Binary 1110111 1110011 10010001 10010 10101 0 101011 11111000 1100 110011

Color Harmonies of #777391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777391

Black with #777391

Text Example


Text Example

White with #777391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777391; }

 p { color: rgb(119,115,145); }

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

background-color css

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

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

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

border-color css

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

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

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