Html Css Color HEX #7766A1 Scampi

📋 copy color: '#7766A1'

red 119 ◦ green 102 ◦ blue 161

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

Shades of Scampi #7766A1

Tints of Scampi #7766A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.15%

R = 31.15%
G = 26.7%
B = 42.15%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7766A1 (or 0x7766A1) is known color: Scampi. HEX triplet: 77, 66 and A1. RGB value is (119,102,161). Sum of RGB (Red+Green+Blue) = 119+102+161=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 161 - color contains mainly: blue. Hex color #7766A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7766A1 is #88995E. Grayscale: #717171. Windows color (decimal): -8952159 or 10577527. OLE color: 10577527.

HSL color Cylindrical-coordinate representation of color #7766A1: hue angle of 257.29º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7766A1 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 102 161 -
CMYK 0.26 0.37 0 0.37
HSL 257.29º 0.24% 0.52% -
HSV(B) 257.29º 0.37% 0.63% -
XYZ 18.79 16 35.82 -
YUV 113.81 154.63 131.7 -
System Red Green Blue C M Y K H S L
Decimal 119 102 161 0.26 0.37 0 0.37 257.29 0.24 0.52
Hex 77 66 A1 1A 25 0 25 101 18 34
Octal 167 146 241 32 45 0 45 401 30 64
Binary 1110111 1100110 10100001 11010 100101 0 100101 100000001 11000 110100

Color Harmonies of #7766A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7766A1

Black with #7766A1

Text Example


Text Example

White with #7766A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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