Html Css Color HEX #776BA7 Scampi

📋 copy color: '#776BA7'

red 119 ◦ green 107 ◦ blue 167

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

Shades of Scampi #776BA7

Tints of Scampi #776BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.49%

R = 30.28%
G = 27.23%
B = 42.49%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#776BA7 (or 0x776BA7) is known color: Scampi. HEX triplet: 77, 6B and A7. RGB value is (119,107,167). Sum of RGB (Red+Green+Blue) = 119+107+167=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 167 - color contains mainly: blue. Hex color #776BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776BA7 is #889458. Grayscale: #757575. Windows color (decimal): -8950873 or 10972023. OLE color: 10972023.

HSL color Cylindrical-coordinate representation of color #776BA7: hue angle of 252º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #776BA7 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 119 107 167 -
CMYK 0.29 0.36 0 0.35
HSL 252º 0.25% 0.54% -
HSV(B) 252º 0.36% 0.65% -
XYZ 19.84 17.23 38.84 -
YUV 117.43 155.98 129.12 -
System Red Green Blue C M Y K H S L
Decimal 119 107 167 0.29 0.36 0 0.35 252 0.25 0.54
Hex 77 6B A7 1D 24 0 23 FC 19 36
Octal 167 153 247 35 44 0 43 374 31 66
Binary 1110111 1101011 10100111 11101 100100 0 100011 11111100 11001 110110

Color Harmonies of #776BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776BA7

Black with #776BA7

Text Example


Text Example

White with #776BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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