Html Css Color HEX #776BB0 Scampi

📋 copy color: '#776BB0'

red 119 ◦ green 107 ◦ blue 176

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

Shades of Scampi #776BB0

Tints of Scampi #776BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.78%

R = 29.6%
G = 26.62%
B = 43.78%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#776BB0 (or 0x776BB0) is known color: Scampi. HEX triplet: 77, 6B and B0. RGB value is (119,107,176). Sum of RGB (Red+Green+Blue) = 119+107+176=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 176 - color contains mainly: blue. Hex color #776BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776BB0 is #88944F. Grayscale: #767676. Windows color (decimal): -8950864 or 11561847. OLE color: 11561847.

HSL color Cylindrical-coordinate representation of color #776BB0: hue angle of 250.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #776BB0 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 107 176 -
CMYK 0.32 0.39 0 0.31
HSL 250.43º 0.3% 0.55% -
HSV(B) 250.43º 0.39% 0.69% -
XYZ 20.7 17.57 43.37 -
YUV 118.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 119 107 176 0.32 0.39 0 0.31 250.43 0.3 0.55
Hex 77 6B B0 20 27 0 1F FA 1E 37
Octal 167 153 260 40 47 0 37 372 36 67
Binary 1110111 1101011 10110000 100000 100111 0 11111 11111010 11110 110111

Color Harmonies of #776BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776BB0

Black with #776BB0

Text Example


Text Example

White with #776BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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