Html Css Color HEX #777791 Scampi

📋 copy color: '#777791'

red 119 ◦ green 119 ◦ blue 145

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

Shades of Scampi #777791

Tints of Scampi #777791

RGB

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

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

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

R = 31.07%
G = 31.07%
B = 37.86%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#777791 (or 0x777791) is known color: Scampi. HEX triplet: 77, 77 and 91. RGB value is (119,119,145). Sum of RGB (Red+Green+Blue) = 119+119+145=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 145 - color contains mainly: blue. Hex color #777791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777791 is #88886E. Grayscale: #797979. Windows color (decimal): -8947823 or 9533303. OLE color: 9533303.

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

Color convert

RGB 119 119 145 -
CMYK 0.18 0.18 0 0.43
HSL 240º 0.11% 0.52% -
HSV(B) 240º 0.18% 0.57% -
XYZ 19.32 19.16 29.47 -
YUV 121.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 119 119 145 0.18 0.18 0 0.43 240 0.11 0.52
Hex 77 77 91 12 12 0 2B F0 B 34
Octal 167 167 221 22 22 0 53 360 13 64
Binary 1110111 1110111 10010001 10010 10010 0 101011 11110000 1011 110100

Color Harmonies of #777791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777791

Black with #777791

Text Example


Text Example

White with #777791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777791; }

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

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

background-color css

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

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

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

border-color css

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

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

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