Html Css Color HEX #7770A5 Scampi

📋 copy color: '#7770A5'

red 119 ◦ green 112 ◦ blue 165

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

Shades of Scampi #7770A5

Tints of Scampi #7770A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.67%

R = 30.05%
G = 28.28%
B = 41.67%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7770A5 (or 0x7770A5) is known color: Scampi. HEX triplet: 77, 70 and A5. RGB value is (119,112,165). Sum of RGB (Red+Green+Blue) = 119+112+165=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 165 - color contains mainly: blue. Hex color #7770A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7770A5 is #888F5A. Grayscale: #777777. Windows color (decimal): -8949595 or 10842231. OLE color: 10842231.

HSL color Cylindrical-coordinate representation of color #7770A5: hue angle of 247.92º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7770A5 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 119 112 165 -
CMYK 0.28 0.32 0 0.35
HSL 247.92º 0.23% 0.54% -
HSV(B) 247.92º 0.32% 0.65% -
XYZ 20.19 18.23 38.05 -
YUV 120.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 119 112 165 0.28 0.32 0 0.35 247.92 0.23 0.54
Hex 77 70 A5 1C 20 0 23 F8 17 36
Octal 167 160 245 34 40 0 43 370 27 66
Binary 1110111 1110000 10100101 11100 100000 0 100011 11111000 10111 110110

Color Harmonies of #7770A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7770A5

Black with #7770A5

Text Example


Text Example

White with #7770A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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