Html Css Color HEX #7960AC Scampi

📋 copy color: '#7960AC'

red 121 ◦ green 96 ◦ blue 172

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

Shades of Scampi #7960AC

Tints of Scampi #7960AC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.68%

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

R = 31.11%
G = 24.68%
B = 44.22%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7960AC (or 0x7960AC) is known color: Scampi. HEX triplet: 79, 60 and AC. RGB value is (121,96,172). Sum of RGB (Red+Green+Blue) = 121+96+172=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #7960AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7960AC is #869F53. Grayscale: #6F6F6F. Windows color (decimal): -8822612 or 11296889. OLE color: 11296889.

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

Color convert

RGB 121 96 172 -
CMYK 0.30 0.44 0 0.33
HSL 259.74º 0.31% 0.53% -
HSV(B) 259.74º 0.44% 0.67% -
XYZ 19.51 15.41 40.98 -
YUV 112.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 121 96 172 0.30 0.44 0 0.33 259.74 0.31 0.53
Hex 79 60 AC 1E 2C 0 21 104 1F 35
Octal 171 140 254 36 54 0 41 404 37 65
Binary 1111001 1100000 10101100 11110 101100 0 100001 100000100 11111 110101

Color Harmonies of #7960AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7960AC

Black with #7960AC

Text Example


Text Example

White with #7960AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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