Html Css Color HEX #7761AC Scampi

📋 copy color: '#7761AC'

red 119 ◦ green 97 ◦ blue 172

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

Shades of Scampi #7761AC

Tints of Scampi #7761AC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25%

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

R = 30.67%
G = 25%
B = 44.33%

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

#7761AC (or 0x7761AC) is known color: Scampi. HEX triplet: 77, 61 and AC. RGB value is (119,97,172). Sum of RGB (Red+Green+Blue) = 119+97+172=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #7761AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7761AC is #889E53. Grayscale: #6F6F6F. Windows color (decimal): -8953428 or 11297143. OLE color: 11297143.

HSL color Cylindrical-coordinate representation of color #7761AC: hue angle of 257.6º 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 #7761AC is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 97 172 -
CMYK 0.31 0.44 0 0.33
HSL 257.6º 0.31% 0.53% -
HSV(B) 257.6º 0.44% 0.67% -
XYZ 19.33 15.45 40.99 -
YUV 112.13 161.79 132.9 -
System Red Green Blue C M Y K H S L
Decimal 119 97 172 0.31 0.44 0 0.33 257.6 0.31 0.53
Hex 77 61 AC 1F 2C 0 21 102 1F 35
Octal 167 141 254 37 54 0 41 402 37 65
Binary 1110111 1100001 10101100 11111 101100 0 100001 100000010 11111 110101

Color Harmonies of #7761AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7761AC

Black with #7761AC

Text Example


Text Example

White with #7761AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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