Html Css Color HEX #7666AE Scampi

📋 copy color: '#7666AE'

red 118 ◦ green 102 ◦ blue 174

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

Shades of Scampi #7666AE

Tints of Scampi #7666AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.16%

R = 29.95%
G = 25.89%
B = 44.16%

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

#7666AE (or 0x7666AE) is known color: Scampi. HEX triplet: 76, 66 and AE. RGB value is (118,102,174). Sum of RGB (Red+Green+Blue) = 118+102+174=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #7666AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7666AE is #899951. Grayscale: #727272. Windows color (decimal): -9017682 or 11429494. OLE color: 11429494.

HSL color Cylindrical-coordinate representation of color #7666AE: hue angle of 253.33º degrees, saturation: 0.31, 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 #7666AE is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 102 174 -
CMYK 0.32 0.41 0 0.32
HSL 253.33º 0.31% 0.54% -
HSV(B) 253.33º 0.41% 0.68% -
XYZ 19.86 16.41 42.17 -
YUV 114.99 161.3 130.15 -
System Red Green Blue C M Y K H S L
Decimal 118 102 174 0.32 0.41 0 0.32 253.33 0.31 0.54
Hex 76 66 AE 20 29 0 20 FD 1F 36
Octal 166 146 256 40 51 0 40 375 37 66
Binary 1110110 1100110 10101110 100000 101001 0 100000 11111101 11111 110110

Color Harmonies of #7666AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7666AE

Black with #7666AE

Text Example


Text Example

White with #7666AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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