Html Css Color HEX #7770AC Scampi

📋 copy color: '#7770AC'

red 119 ◦ green 112 ◦ blue 172

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

Shades of Scampi #7770AC

Tints of Scampi #7770AC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.79%

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

R = 29.53%
G = 27.79%
B = 42.68%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7770AC (or 0x7770AC) is known color: Scampi. HEX triplet: 77, 70 and AC. RGB value is (119,112,172). Sum of RGB (Red+Green+Blue) = 119+112+172=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #7770AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7770AC is #888F53. Grayscale: #787878. Windows color (decimal): -8949588 or 11300983. OLE color: 11300983.

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

Color convert

RGB 119 112 172 -
CMYK 0.31 0.35 0 0.33
HSL 247º 0.27% 0.56% -
HSV(B) 247º 0.35% 0.67% -
XYZ 20.85 18.49 41.5 -
YUV 120.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 119 112 172 0.31 0.35 0 0.33 247 0.27 0.56
Hex 77 70 AC 1F 23 0 21 F7 1B 38
Octal 167 160 254 37 43 0 41 367 33 70
Binary 1110111 1110000 10101100 11111 100011 0 100001 11110111 11011 111000

Color Harmonies of #7770AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7770AC

Black with #7770AC

Text Example


Text Example

White with #7770AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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