Html Css Color HEX #776FA1 Scampi

📋 copy color: '#776FA1'

red 119 ◦ green 111 ◦ blue 161

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

Shades of Scampi #776FA1

Tints of Scampi #776FA1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.39%

 BLUE value IS 161 (63.28% from 255) = 41.18%

R = 30.43%
G = 28.39%
B = 41.18%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#776FA1 (or 0x776FA1) is known color: Scampi. HEX triplet: 77, 6F and A1. RGB value is (119,111,161). Sum of RGB (Red+Green+Blue) = 119+111+161=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 161 - color contains mainly: blue. Hex color #776FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776FA1 is #88905E. Grayscale: #767676. Windows color (decimal): -8949855 or 10579831. OLE color: 10579831.

HSL color Cylindrical-coordinate representation of color #776FA1: hue angle of 249.6º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #776FA1 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 111 161 -
CMYK 0.26 0.31 0 0.37
HSL 249.6º 0.21% 0.53% -
HSV(B) 249.6º 0.31% 0.63% -
XYZ 19.73 17.86 36.13 -
YUV 119.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 119 111 161 0.26 0.31 0 0.37 249.6 0.21 0.53
Hex 77 6F A1 1A 1F 0 25 FA 15 35
Octal 167 157 241 32 37 0 45 372 25 65
Binary 1110111 1101111 10100001 11010 11111 0 100101 11111010 10101 110101

Color Harmonies of #776FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776FA1

Black with #776FA1

Text Example


Text Example

White with #776FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776FA1; }

 p { color: rgb(119,111,161); }

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

background-color css

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

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

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

border-color css

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

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

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