Html Css Color HEX #777191 Scampi

📋 copy color: '#777191'

red 119 ◦ green 113 ◦ blue 145

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

Shades of Scampi #777191

Tints of Scampi #777191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.97%

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

R = 31.56%
G = 29.97%
B = 38.46%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#777191 (or 0x777191) is known color: Scampi. HEX triplet: 77, 71 and 91. RGB value is (119,113,145). Sum of RGB (Red+Green+Blue) = 119+113+145=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #777191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777191 is #888E6E. Grayscale: #767676. Windows color (decimal): -8949359 or 9531767. OLE color: 9531767.

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

Color convert

RGB 119 113 145 -
CMYK 0.18 0.22 0 0.43
HSL 251.25º 0.13% 0.51% -
HSV(B) 251.25º 0.22% 0.57% -
XYZ 18.62 17.78 29.24 -
YUV 118.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 119 113 145 0.18 0.22 0 0.43 251.25 0.13 0.51
Hex 77 71 91 12 16 0 2B FB D 33
Octal 167 161 221 22 26 0 53 373 15 63
Binary 1110111 1110001 10010001 10010 10110 0 101011 11111011 1101 110011

Color Harmonies of #777191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777191

Black with #777191

Text Example


Text Example

White with #777191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777191; }

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

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

background-color css

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

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

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

border-color css

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

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

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