Html Css Color HEX #7773AC Scampi

📋 copy color: '#7773AC'

red 119 ◦ green 115 ◦ blue 172

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

Shades of Scampi #7773AC

Tints of Scampi #7773AC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.33%

 BLUE value IS 172 (67.58% from 255) = 42.36%

R = 29.31%
G = 28.33%
B = 42.36%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7773AC (or 0x7773AC) is known color: Scampi. HEX triplet: 77, 73 and AC. RGB value is (119,115,172). Sum of RGB (Red+Green+Blue) = 119+115+172=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #7773AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7773AC is #888C53. Grayscale: #7A7A7A. Windows color (decimal): -8948820 or 11301751. OLE color: 11301751.

HSL color Cylindrical-coordinate representation of color #7773AC: hue angle of 244.21º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7773AC is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 115 172 -
CMYK 0.31 0.33 0 0.33
HSL 244.21º 0.26% 0.56% -
HSV(B) 244.21º 0.33% 0.67% -
XYZ 21.18 19.16 41.61 -
YUV 122.69 155.83 125.37 -
System Red Green Blue C M Y K H S L
Decimal 119 115 172 0.31 0.33 0 0.33 244.21 0.26 0.56
Hex 77 73 AC 1F 21 0 21 F4 1A 38
Octal 167 163 254 37 41 0 41 364 32 70
Binary 1110111 1110011 10101100 11111 100001 0 100001 11110100 11010 111000

Color Harmonies of #7773AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7773AC

Black with #7773AC

Text Example


Text Example

White with #7773AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7773AC; }

 p { color: rgb(119,115,172); }

 H1.HeaderClassName
 {
   color: #7773AC;
 }
 .AnyTagClassName
 {
   color: #7773AC;
 }
</style>

background-color css

<style>
 a { background-color: #7773AC; }

 a { background-color: rgb(119,115,172); }

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

border-color css

<style>
 span { border-color: #7773AC; }

 span { border-color: rgb(119,115,172); }

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