Html Css Color HEX #776FA2 Scampi

📋 copy color: '#776FA2'

red 119 ◦ green 111 ◦ blue 162

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

Shades of Scampi #776FA2

Tints of Scampi #776FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.33%

R = 30.36%
G = 28.32%
B = 41.33%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#776FA2 (or 0x776FA2) is known color: Scampi. HEX triplet: 77, 6F and A2. RGB value is (119,111,162). Sum of RGB (Red+Green+Blue) = 119+111+162=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 162 - color contains mainly: blue. Hex color #776FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776FA2 is #88905D. Grayscale: #777777. Windows color (decimal): -8949854 or 10645367. OLE color: 10645367.

HSL color Cylindrical-coordinate representation of color #776FA2: hue angle of 249.41º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #776FA2 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 111 162 -
CMYK 0.27 0.31 0 0.36
HSL 249.41º 0.22% 0.54% -
HSV(B) 249.41º 0.31% 0.64% -
XYZ 19.81 17.9 36.59 -
YUV 119.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 119 111 162 0.27 0.31 0 0.36 249.41 0.22 0.54
Hex 77 6F A2 1B 1F 0 24 F9 16 36
Octal 167 157 242 33 37 0 44 371 26 66
Binary 1110111 1101111 10100010 11011 11111 0 100100 11111001 10110 110110

Color Harmonies of #776FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776FA2

Black with #776FA2

Text Example


Text Example

White with #776FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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