Html Css Color HEX #7763AC Scampi

📋 copy color: '#7763AC'

red 119 ◦ green 99 ◦ blue 172

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

Shades of Scampi #7763AC

Tints of Scampi #7763AC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.38%

 BLUE value IS 172 (67.58% from 255) = 44.1%

R = 30.51%
G = 25.38%
B = 44.1%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7763AC (or 0x7763AC) is known color: Scampi. HEX triplet: 77, 63 and AC. RGB value is (119,99,172). Sum of RGB (Red+Green+Blue) = 119+99+172=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #7763AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7763AC is #889C53. Grayscale: #717171. Windows color (decimal): -8952916 or 11297655. OLE color: 11297655.

HSL color Cylindrical-coordinate representation of color #7763AC: hue angle of 256.44º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7763AC is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 99 172 -
CMYK 0.31 0.42 0 0.33
HSL 256.44º 0.31% 0.53% -
HSV(B) 256.44º 0.42% 0.67% -
XYZ 19.52 15.82 41.06 -
YUV 113.3 161.13 132.06 -
System Red Green Blue C M Y K H S L
Decimal 119 99 172 0.31 0.42 0 0.33 256.44 0.31 0.53
Hex 77 63 AC 1F 2A 0 21 100 1F 35
Octal 167 143 254 37 52 0 41 400 37 65
Binary 1110111 1100011 10101100 11111 101010 0 100001 100000000 11111 110101

Color Harmonies of #7763AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7763AC

Black with #7763AC

Text Example


Text Example

White with #7763AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7763AC; }

 p { color: rgb(119,99,172); }

 H1.HeaderClassName
 {
   color: #7763AC;
 }
 .AnyTagClassName
 {
   color: #7763AC;
 }
</style>

background-color css

<style>
 a { background-color: #7763AC; }

 a { background-color: rgb(119,99,172); }

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

border-color css

<style>
 span { border-color: #7763AC; }

 span { border-color: rgb(119,99,172); }

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