Html Css Color HEX #7771AB Scampi

📋 copy color: '#7771AB'

red 119 ◦ green 113 ◦ blue 171

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

Shades of Scampi #7771AB

Tints of Scampi #7771AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.43%

R = 29.53%
G = 28.04%
B = 42.43%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7771AB (or 0x7771AB) is known color: Scampi. HEX triplet: 77, 71 and AB. RGB value is (119,113,171). Sum of RGB (Red+Green+Blue) = 119+113+171=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #7771AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7771AB is #888E54. Grayscale: #797979. Windows color (decimal): -8949333 or 11235703. OLE color: 11235703.

HSL color Cylindrical-coordinate representation of color #7771AB: hue angle of 246.21º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7771AB is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 113 171 -
CMYK 0.30 0.34 0 0.33
HSL 246.21º 0.26% 0.56% -
HSV(B) 246.21º 0.34% 0.67% -
XYZ 20.86 18.67 41.03 -
YUV 121.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 119 113 171 0.30 0.34 0 0.33 246.21 0.26 0.56
Hex 77 71 AB 1E 22 0 21 F6 1A 38
Octal 167 161 253 36 42 0 41 366 32 70
Binary 1110111 1110001 10101011 11110 100010 0 100001 11110110 11010 111000

Color Harmonies of #7771AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7771AB

Black with #7771AB

Text Example


Text Example

White with #7771AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7771AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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