Html Css Color HEX #7761AA Scampi

📋 copy color: '#7761AA'

red 119 ◦ green 97 ◦ blue 170

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

Shades of Scampi #7761AA

Tints of Scampi #7761AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.04%

R = 30.83%
G = 25.13%
B = 44.04%

CMYK

 C value IS 0.3

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7761AA (or 0x7761AA) is known color: Scampi. HEX triplet: 77, 61 and AA. RGB value is (119,97,170). Sum of RGB (Red+Green+Blue) = 119+97+170=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #7761AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7761AA is #889E55. Grayscale: #6F6F6F. Windows color (decimal): -8953430 or 11166071. OLE color: 11166071.

HSL color Cylindrical-coordinate representation of color #7761AA: hue angle of 258.08º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7761AA is Cyan = 0.3, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 97 170 -
CMYK 0.3 0.43 0 0.33
HSL 258.08º 0.3% 0.52% -
HSV(B) 258.08º 0.43% 0.67% -
XYZ 19.14 15.37 39.99 -
YUV 111.9 160.79 133.06 -
System Red Green Blue C M Y K H S L
Decimal 119 97 170 0.3 0.43 0 0.33 258.08 0.3 0.52
Hex 77 61 AA 1E 2B 0 21 102 1E 34
Octal 167 141 252 36 53 0 41 402 36 64
Binary 1110111 1100001 10101010 11110 101011 0 100001 100000010 11110 110100

Color Harmonies of #7761AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7761AA

Black with #7761AA

Text Example


Text Example

White with #7761AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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