Html Css Color HEX #7664AC Scampi

📋 copy color: '#7664AC'

red 118 ◦ green 100 ◦ blue 172

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

Shades of Scampi #7664AC

Tints of Scampi #7664AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.64%

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

R = 30.26%
G = 25.64%
B = 44.1%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7664AC (or 0x7664AC) is known color: Scampi. HEX triplet: 76, 64 and AC. RGB value is (118,100,172). Sum of RGB (Red+Green+Blue) = 118+100+172=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #7664AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7664AC is #899B53. Grayscale: #717171. Windows color (decimal): -9018196 or 11297910. OLE color: 11297910.

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

Color convert

RGB 118 100 172 -
CMYK 0.31 0.42 0 0.33
HSL 255º 0.3% 0.53% -
HSV(B) 255º 0.42% 0.67% -
XYZ 19.47 15.94 41.08 -
YUV 113.59 160.96 131.15 -
System Red Green Blue C M Y K H S L
Decimal 118 100 172 0.31 0.42 0 0.33 255 0.3 0.53
Hex 76 64 AC 1F 2A 0 21 FF 1E 35
Octal 166 144 254 37 52 0 41 377 36 65
Binary 1110110 1100100 10101100 11111 101010 0 100001 11111111 11110 110101

Color Harmonies of #7664AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7664AC

Black with #7664AC

Text Example


Text Example

White with #7664AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,100,172); }

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

background-color css

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

 a { background-color: rgb(118,100,172); }

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

border-color css

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

 span { border-color: rgb(118,100,172); }

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