Html Css Color HEX #7662AA Scampi

📋 copy color: '#7662AA'

red 118 ◦ green 98 ◦ blue 170

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

Shades of Scampi #7662AA

Tints of Scampi #7662AA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.39%

 BLUE value IS 170 (66.8% from 255) = 44.04%

R = 30.57%
G = 25.39%
B = 44.04%

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

#7662AA (or 0x7662AA) is known color: Scampi. HEX triplet: 76, 62 and AA. RGB value is (118,98,170). Sum of RGB (Red+Green+Blue) = 118+98+170=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #7662AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7662AA is #899D55. Grayscale: #6F6F6F. Windows color (decimal): -9018710 or 11166326. OLE color: 11166326.

HSL color Cylindrical-coordinate representation of color #7662AA: hue angle of 256.67º 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 #7662AA is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 98 170 -
CMYK 0.31 0.42 0 0.33
HSL 256.67º 0.3% 0.53% -
HSV(B) 256.67º 0.42% 0.67% -
XYZ 19.09 15.49 40.01 -
YUV 112.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 118 98 170 0.31 0.42 0 0.33 256.67 0.3 0.53
Hex 76 62 AA 1F 2A 0 21 101 1E 35
Octal 166 142 252 37 52 0 41 401 36 65
Binary 1110110 1100010 10101010 11111 101010 0 100001 100000001 11110 110101

Color Harmonies of #7662AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7662AA

Black with #7662AA

Text Example


Text Example

White with #7662AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7662AA; }

 p { color: rgb(118,98,170); }

 H1.HeaderClassName
 {
   color: #7662AA;
 }
 .AnyTagClassName
 {
   color: #7662AA;
 }
</style>

background-color css

<style>
 a { background-color: #7662AA; }

 a { background-color: rgb(118,98,170); }

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

border-color css

<style>
 span { border-color: #7662AA; }

 span { border-color: rgb(118,98,170); }

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