Html Css Color HEX #776FA7 Scampi

📋 copy color: '#776FA7'

red 119 ◦ green 111 ◦ blue 167

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

Shades of Scampi #776FA7

Tints of Scampi #776FA7

RGB

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

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

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

R = 29.97%
G = 27.96%
B = 42.07%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#776FA7 (or 0x776FA7) is known color: Scampi. HEX triplet: 77, 6F and A7. RGB value is (119,111,167). Sum of RGB (Red+Green+Blue) = 119+111+167=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 167 - color contains mainly: blue. Hex color #776FA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776FA7 is #889058. Grayscale: #777777. Windows color (decimal): -8949849 or 10973047. OLE color: 10973047.

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

Color convert

RGB 119 111 167 -
CMYK 0.29 0.34 0 0.35
HSL 248.57º 0.24% 0.55% -
HSV(B) 248.57º 0.34% 0.65% -
XYZ 20.27 18.08 38.98 -
YUV 119.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 119 111 167 0.29 0.34 0 0.35 248.57 0.24 0.55
Hex 77 6F A7 1D 22 0 23 F9 18 37
Octal 167 157 247 35 42 0 43 371 30 67
Binary 1110111 1101111 10100111 11101 100010 0 100011 11111001 11000 110111

Color Harmonies of #776FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776FA7

Black with #776FA7

Text Example


Text Example

White with #776FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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