Html Css Color HEX #7763AB Scampi

📋 copy color: '#7763AB'

red 119 ◦ green 99 ◦ blue 171

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

Shades of Scampi #7763AB

Tints of Scampi #7763AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.96%

R = 30.59%
G = 25.45%
B = 43.96%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7763AB (or 0x7763AB) is known color: Scampi. HEX triplet: 77, 63 and AB. RGB value is (119,99,171). Sum of RGB (Red+Green+Blue) = 119+99+171=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #7763AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7763AB is #889C54. Grayscale: #707070. Windows color (decimal): -8952917 or 11232119. OLE color: 11232119.

HSL color Cylindrical-coordinate representation of color #7763AB: hue angle of 256.67º degrees, saturation: 0.3, 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 #7763AB is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 99 171 -
CMYK 0.30 0.42 0 0.33
HSL 256.67º 0.3% 0.53% -
HSV(B) 256.67º 0.42% 0.67% -
XYZ 19.42 15.79 40.55 -
YUV 113.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 119 99 171 0.30 0.42 0 0.33 256.67 0.3 0.53
Hex 77 63 AB 1E 2A 0 21 101 1E 35
Octal 167 143 253 36 52 0 41 401 36 65
Binary 1110111 1100011 10101011 11110 101010 0 100001 100000001 11110 110101

Color Harmonies of #7763AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7763AB

Black with #7763AB

Text Example


Text Example

White with #7763AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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