Html Css Color HEX #7760AD Scampi

📋 copy color: '#7760AD'

red 119 ◦ green 96 ◦ blue 173

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

Shades of Scampi #7760AD

Tints of Scampi #7760AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.74%

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

R = 30.67%
G = 24.74%
B = 44.59%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7760AD (or 0x7760AD) is known color: Scampi. HEX triplet: 77, 60 and AD. RGB value is (119,96,173). Sum of RGB (Red+Green+Blue) = 119+96+173=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #7760AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7760AD is #889F52. Grayscale: #6F6F6F. Windows color (decimal): -8953683 or 11362423. OLE color: 11362423.

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

Color convert

RGB 119 96 173 -
CMYK 0.31 0.45 0 0.32
HSL 257.92º 0.32% 0.53% -
HSV(B) 257.92º 0.45% 0.68% -
XYZ 19.33 15.3 41.47 -
YUV 111.66 162.62 133.24 -
System Red Green Blue C M Y K H S L
Decimal 119 96 173 0.31 0.45 0 0.32 257.92 0.32 0.53
Hex 77 60 AD 1F 2D 0 20 102 20 35
Octal 167 140 255 37 55 0 40 402 40 65
Binary 1110111 1100000 10101101 11111 101101 0 100000 100000010 100000 110101

Color Harmonies of #7760AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7760AD

Black with #7760AD

Text Example


Text Example

White with #7760AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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