Html Css Color HEX #7760AC Scampi

📋 copy color: '#7760AC'

red 119 ◦ green 96 ◦ blue 172

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

Shades of Scampi #7760AC

Tints of Scampi #7760AC

RGB

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

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

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

R = 30.75%
G = 24.81%
B = 44.44%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7760AC (or 0x7760AC) is known color: Scampi. HEX triplet: 77, 60 and AC. RGB value is (119,96,172). Sum of RGB (Red+Green+Blue) = 119+96+172=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #7760AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7760AC is #889F53. Grayscale: #6F6F6F. Windows color (decimal): -8953684 or 11296887. OLE color: 11296887.

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

Color convert

RGB 119 96 172 -
CMYK 0.31 0.44 0 0.33
HSL 258.16º 0.31% 0.53% -
HSV(B) 258.16º 0.44% 0.67% -
XYZ 19.24 15.27 40.96 -
YUV 111.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 119 96 172 0.31 0.44 0 0.33 258.16 0.31 0.53
Hex 77 60 AC 1F 2C 0 21 102 1F 35
Octal 167 140 254 37 54 0 41 402 37 65
Binary 1110111 1100000 10101100 11111 101100 0 100001 100000010 11111 110101

Color Harmonies of #7760AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7760AC

Black with #7760AC

Text Example


Text Example

White with #7760AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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