Html Css Color HEX #7661AD Scampi

📋 copy color: '#7661AD'

red 118 ◦ green 97 ◦ blue 173

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

Shades of Scampi #7661AD

Tints of Scampi #7661AD

RGB

 RED value IS 118 (46.48% from 255) = 30.41%

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

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

R = 30.41%
G = 25%
B = 44.59%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7661AD (or 0x7661AD) is known color: Scampi. HEX triplet: 76, 61 and AD. RGB value is (118,97,173). Sum of RGB (Red+Green+Blue) = 118+97+173=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #7661AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7661AD is #899E52. Grayscale: #6F6F6F. Windows color (decimal): -9018963 or 11362678. OLE color: 11362678.

HSL color Cylindrical-coordinate representation of color #7661AD: hue angle of 256.58º 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 #7661AD is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 97 173 -
CMYK 0.32 0.44 0 0.32
HSL 256.58º 0.32% 0.53% -
HSV(B) 256.58º 0.44% 0.68% -
XYZ 19.29 15.42 41.49 -
YUV 111.94 162.46 132.32 -
System Red Green Blue C M Y K H S L
Decimal 118 97 173 0.32 0.44 0 0.32 256.58 0.32 0.53
Hex 76 61 AD 20 2C 0 20 101 20 35
Octal 166 141 255 40 54 0 40 401 40 65
Binary 1110110 1100001 10101101 100000 101100 0 100000 100000001 100000 110101

Color Harmonies of #7661AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7661AD

Black with #7661AD

Text Example


Text Example

White with #7661AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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