Html Css Color HEX #7766AF Scampi

📋 copy color: '#7766AF'

red 119 ◦ green 102 ◦ blue 175

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

Shades of Scampi #7766AF

Tints of Scampi #7766AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.19%

R = 30.05%
G = 25.76%
B = 44.19%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7766AF (or 0x7766AF) is known color: Scampi. HEX triplet: 77, 66 and AF. RGB value is (119,102,175). Sum of RGB (Red+Green+Blue) = 119+102+175=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #7766AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7766AF is #889950. Grayscale: #737373. Windows color (decimal): -8952145 or 11495031. OLE color: 11495031.

HSL color Cylindrical-coordinate representation of color #7766AF: hue angle of 253.97º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7766AF is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 102 175 -
CMYK 0.32 0.42 0 0.31
HSL 253.97º 0.31% 0.54% -
HSV(B) 253.97º 0.42% 0.69% -
XYZ 20.1 16.52 42.69 -
YUV 115.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 119 102 175 0.32 0.42 0 0.31 253.97 0.31 0.54
Hex 77 66 AF 20 2A 0 1F FE 1F 36
Octal 167 146 257 40 52 0 37 376 37 66
Binary 1110111 1100110 10101111 100000 101010 0 11111 11111110 11111 110110

Color Harmonies of #7766AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7766AF

Black with #7766AF

Text Example


Text Example

White with #7766AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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