Html Css Color HEX #7663AA Scampi

📋 copy color: '#7663AA'

red 118 ◦ green 99 ◦ blue 170

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

Shades of Scampi #7663AA

Tints of Scampi #7663AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.58%

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

R = 30.49%
G = 25.58%
B = 43.93%

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

#7663AA (or 0x7663AA) is known color: Scampi. HEX triplet: 76, 63 and AA. RGB value is (118,99,170). Sum of RGB (Red+Green+Blue) = 118+99+170=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #7663AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7663AA is #899C55. Grayscale: #707070. Windows color (decimal): -9018454 or 11166582. OLE color: 11166582.

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

Color convert

RGB 118 99 170 -
CMYK 0.31 0.42 0 0.33
HSL 256.06º 0.29% 0.53% -
HSV(B) 256.06º 0.42% 0.67% -
XYZ 19.19 15.68 40.04 -
YUV 112.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 118 99 170 0.31 0.42 0 0.33 256.06 0.29 0.53
Hex 76 63 AA 1F 2A 0 21 100 1D 35
Octal 166 143 252 37 52 0 41 400 35 65
Binary 1110110 1100011 10101010 11111 101010 0 100001 100000000 11101 110101

Color Harmonies of #7663AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7663AA

Black with #7663AA

Text Example


Text Example

White with #7663AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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