Html Css Color HEX #776BA2 Scampi

📋 copy color: '#776BA2'

red 119 ◦ green 107 ◦ blue 162

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

Shades of Scampi #776BA2

Tints of Scampi #776BA2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.58%

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

R = 30.67%
G = 27.58%
B = 41.75%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#776BA2 (or 0x776BA2) is known color: Scampi. HEX triplet: 77, 6B and A2. RGB value is (119,107,162). Sum of RGB (Red+Green+Blue) = 119+107+162=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 162 - color contains mainly: blue. Hex color #776BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776BA2 is #88945D. Grayscale: #747474. Windows color (decimal): -8950878 or 10644343. OLE color: 10644343.

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

Color convert

RGB 119 107 162 -
CMYK 0.27 0.34 0 0.36
HSL 253.09º 0.23% 0.53% -
HSV(B) 253.09º 0.34% 0.64% -
XYZ 19.39 17.05 36.45 -
YUV 116.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 119 107 162 0.27 0.34 0 0.36 253.09 0.23 0.53
Hex 77 6B A2 1B 22 0 24 FD 17 35
Octal 167 153 242 33 42 0 44 375 27 65
Binary 1110111 1101011 10100010 11011 100010 0 100100 11111101 10111 110101

Color Harmonies of #776BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776BA2

Black with #776BA2

Text Example


Text Example

White with #776BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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