Html Css Color HEX #7666AD Scampi

📋 copy color: '#7666AD'

red 118 ◦ green 102 ◦ blue 173

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

Shades of Scampi #7666AD

Tints of Scampi #7666AD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.95%

 BLUE value IS 173 (67.97% from 255) = 44.02%

R = 30.03%
G = 25.95%
B = 44.02%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7666AD (or 0x7666AD) is known color: Scampi. HEX triplet: 76, 66 and AD. RGB value is (118,102,173). Sum of RGB (Red+Green+Blue) = 118+102+173=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 173 - color contains mainly: blue. Hex color #7666AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7666AD is #899952. Grayscale: #727272. Windows color (decimal): -9017683 or 11363958. OLE color: 11363958.

HSL color Cylindrical-coordinate representation of color #7666AD: hue angle of 253.52º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7666AD is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 102 173 -
CMYK 0.32 0.41 0 0.32
HSL 253.52º 0.3% 0.54% -
HSV(B) 253.52º 0.41% 0.68% -
XYZ 19.77 16.37 41.65 -
YUV 114.88 160.8 130.23 -
System Red Green Blue C M Y K H S L
Decimal 118 102 173 0.32 0.41 0 0.32 253.52 0.3 0.54
Hex 76 66 AD 20 29 0 20 FE 1E 36
Octal 166 146 255 40 51 0 40 376 36 66
Binary 1110110 1100110 10101101 100000 101001 0 100000 11111110 11110 110110

Color Harmonies of #7666AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7666AD

Black with #7666AD

Text Example


Text Example

White with #7666AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7666AD; }

 p { color: rgb(118,102,173); }

 H1.HeaderClassName
 {
   color: #7666AD;
 }
 .AnyTagClassName
 {
   color: #7666AD;
 }
</style>

background-color css

<style>
 a { background-color: #7666AD; }

 a { background-color: rgb(118,102,173); }

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

border-color css

<style>
 span { border-color: #7666AD; }

 span { border-color: rgb(118,102,173); }

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