Html Css Color HEX #7766AE Scampi

📋 copy color: '#7766AE'

red 119 ◦ green 102 ◦ blue 174

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

Shades of Scampi #7766AE

Tints of Scampi #7766AE

RGB

 RED value IS 119 (46.88% from 255) = 30.13%

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

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

R = 30.13%
G = 25.82%
B = 44.05%

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

#7766AE (or 0x7766AE) is known color: Scampi. HEX triplet: 77, 66 and AE. RGB value is (119,102,174). Sum of RGB (Red+Green+Blue) = 119+102+174=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #7766AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7766AE is #889951. Grayscale: #737373. Windows color (decimal): -8952146 or 11429495. OLE color: 11429495.

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

Color convert

RGB 119 102 174 -
CMYK 0.32 0.41 0 0.32
HSL 254.17º 0.31% 0.54% -
HSV(B) 254.17º 0.41% 0.68% -
XYZ 20 16.48 42.17 -
YUV 115.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 119 102 174 0.32 0.41 0 0.32 254.17 0.31 0.54
Hex 77 66 AE 20 29 0 20 FE 1F 36
Octal 167 146 256 40 51 0 40 376 37 66
Binary 1110111 1100110 10101110 100000 101001 0 100000 11111110 11111 110110

Color Harmonies of #7766AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7766AE

Black with #7766AE

Text Example


Text Example

White with #7766AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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