Html Css Color HEX #7760AB Scampi

📋 copy color: '#7760AB'

red 119 ◦ green 96 ◦ blue 171

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

Shades of Scampi #7760AB

Tints of Scampi #7760AB

RGB

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

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

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

R = 30.83%
G = 24.87%
B = 44.3%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7760AB (or 0x7760AB) is known color: Scampi. HEX triplet: 77, 60 and AB. RGB value is (119,96,171). Sum of RGB (Red+Green+Blue) = 119+96+171=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #7760AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7760AB is #889F54. Grayscale: #6F6F6F. Windows color (decimal): -8953685 or 11231351. OLE color: 11231351.

HSL color Cylindrical-coordinate representation of color #7760AB: hue angle of 258.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7760AB is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 96 171 -
CMYK 0.30 0.44 0 0.33
HSL 258.4º 0.31% 0.52% -
HSV(B) 258.4º 0.44% 0.67% -
XYZ 19.14 15.23 40.46 -
YUV 111.43 161.62 133.4 -
System Red Green Blue C M Y K H S L
Decimal 119 96 171 0.30 0.44 0 0.33 258.4 0.31 0.52
Hex 77 60 AB 1E 2C 0 21 102 1F 34
Octal 167 140 253 36 54 0 41 402 37 64
Binary 1110111 1100000 10101011 11110 101100 0 100001 100000010 11111 110100

Color Harmonies of #7760AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7760AB

Black with #7760AB

Text Example


Text Example

White with #7760AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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