Html Css Color HEX #7664A0 Scampi

📋 copy color: '#7664A0'

red 118 ◦ green 100 ◦ blue 160

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

Shades of Scampi #7664A0

Tints of Scampi #7664A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.33%

R = 31.22%
G = 26.46%
B = 42.33%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7664A0 (or 0x7664A0) is known color: Scampi. HEX triplet: 76, 64 and A0. RGB value is (118,100,160). Sum of RGB (Red+Green+Blue) = 118+100+160=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 160 (62.89% from 255 or 42.33% from 378); Max value from RGB is 160 - color contains mainly: blue. Hex color #7664A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7664A0 is #899B5F. Grayscale: #707070. Windows color (decimal): -9018208 or 10511478. OLE color: 10511478.

HSL color Cylindrical-coordinate representation of color #7664A0: hue angle of 258º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7664A0 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 100 160 -
CMYK 0.26 0.38 0 0.37
HSL 258º 0.24% 0.51% -
HSV(B) 258º 0.38% 0.63% -
XYZ 18.37 15.5 35.28 -
YUV 112.22 154.96 132.12 -
System Red Green Blue C M Y K H S L
Decimal 118 100 160 0.26 0.38 0 0.37 258 0.24 0.51
Hex 76 64 A0 1A 26 0 25 102 18 33
Octal 166 144 240 32 46 0 45 402 30 63
Binary 1110110 1100100 10100000 11010 100110 0 100101 100000010 11000 110011

Color Harmonies of #7664A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7664A0

Black with #7664A0

Text Example


Text Example

White with #7664A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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