Html Css Color HEX #7761AD Scampi

📋 copy color: '#7761AD'

red 119 ◦ green 97 ◦ blue 173

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

Shades of Scampi #7761AD

Tints of Scampi #7761AD

RGB

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

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

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

R = 30.59%
G = 24.94%
B = 44.47%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7761AD (or 0x7761AD) is known color: Scampi. HEX triplet: 77, 61 and AD. RGB value is (119,97,173). Sum of RGB (Red+Green+Blue) = 119+97+173=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #7761AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7761AD is #889E52. Grayscale: #6F6F6F. Windows color (decimal): -8953427 or 11362679. OLE color: 11362679.

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

Color convert

RGB 119 97 173 -
CMYK 0.31 0.44 0 0.32
HSL 257.37º 0.32% 0.53% -
HSV(B) 257.37º 0.44% 0.68% -
XYZ 19.43 15.49 41.5 -
YUV 112.24 162.29 132.82 -
System Red Green Blue C M Y K H S L
Decimal 119 97 173 0.31 0.44 0 0.32 257.37 0.32 0.53
Hex 77 61 AD 1F 2C 0 20 101 20 35
Octal 167 141 255 37 54 0 40 401 40 65
Binary 1110111 1100001 10101101 11111 101100 0 100000 100000001 100000 110101

Color Harmonies of #7761AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7761AD

Black with #7761AD

Text Example


Text Example

White with #7761AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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