Html Css Color HEX #7763AD Scampi

📋 copy color: '#7763AD'

red 119 ◦ green 99 ◦ blue 173

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

Shades of Scampi #7763AD

Tints of Scampi #7763AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.25%

R = 30.43%
G = 25.32%
B = 44.25%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7763AD (or 0x7763AD) is known color: Scampi. HEX triplet: 77, 63 and AD. RGB value is (119,99,173). Sum of RGB (Red+Green+Blue) = 119+99+173=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #7763AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7763AD is #889C52. Grayscale: #717171. Windows color (decimal): -8952915 or 11363191. OLE color: 11363191.

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

Color convert

RGB 119 99 173 -
CMYK 0.31 0.43 0 0.32
HSL 256.22º 0.31% 0.53% -
HSV(B) 256.22º 0.43% 0.68% -
XYZ 19.61 15.86 41.56 -
YUV 113.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 119 99 173 0.31 0.43 0 0.32 256.22 0.31 0.53
Hex 77 63 AD 1F 2B 0 20 100 1F 35
Octal 167 143 255 37 53 0 40 400 37 65
Binary 1110111 1100011 10101101 11111 101011 0 100000 100000000 11111 110101

Color Harmonies of #7763AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7763AD

Black with #7763AD

Text Example


Text Example

White with #7763AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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