Html Css Color HEX #7966AC Scampi

📋 copy color: '#7966AC'

red 121 ◦ green 102 ◦ blue 172

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

Shades of Scampi #7966AC

Tints of Scampi #7966AC

RGB

 RED value IS 121 (47.66% from 255) = 30.63%

 GREEN value IS 102 (40.23% from 255) = 25.82%

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

R = 30.63%
G = 25.82%
B = 43.54%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7966AC (or 0x7966AC) is known color: Scampi. HEX triplet: 79, 66 and AC. RGB value is (121,102,172). Sum of RGB (Red+Green+Blue) = 121+102+172=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #7966AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7966AC is #869953. Grayscale: #737373. Windows color (decimal): -8821076 or 11298425. OLE color: 11298425.

HSL color Cylindrical-coordinate representation of color #7966AC: hue angle of 256.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7966AC is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 102 172 -
CMYK 0.30 0.41 0 0.33
HSL 256.29º 0.3% 0.54% -
HSV(B) 256.29º 0.41% 0.67% -
XYZ 20.08 16.55 41.16 -
YUV 115.66 159.79 131.81 -
System Red Green Blue C M Y K H S L
Decimal 121 102 172 0.30 0.41 0 0.33 256.29 0.3 0.54
Hex 79 66 AC 1E 29 0 21 100 1E 36
Octal 171 146 254 36 51 0 41 400 36 66
Binary 1111001 1100110 10101100 11110 101001 0 100001 100000000 11110 110110

Color Harmonies of #7966AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7966AC

Black with #7966AC

Text Example


Text Example

White with #7966AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,102,172); }

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

background-color css

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

 a { background-color: rgb(121,102,172); }

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

border-color css

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

 span { border-color: rgb(121,102,172); }

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