Html Css Color HEX #7770AB Scampi

📋 copy color: '#7770AB'

red 119 ◦ green 112 ◦ blue 171

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

Shades of Scampi #7770AB

Tints of Scampi #7770AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.54%

R = 29.6%
G = 27.86%
B = 42.54%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7770AB (or 0x7770AB) is known color: Scampi. HEX triplet: 77, 70 and AB. RGB value is (119,112,171). Sum of RGB (Red+Green+Blue) = 119+112+171=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #7770AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7770AB is #888F54. Grayscale: #787878. Windows color (decimal): -8949589 or 11235447. OLE color: 11235447.

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

Color convert

RGB 119 112 171 -
CMYK 0.30 0.35 0 0.33
HSL 247.12º 0.26% 0.55% -
HSV(B) 247.12º 0.35% 0.67% -
XYZ 20.75 18.45 41 -
YUV 120.82 156.32 126.7 -
System Red Green Blue C M Y K H S L
Decimal 119 112 171 0.30 0.35 0 0.33 247.12 0.26 0.55
Hex 77 70 AB 1E 23 0 21 F7 1A 37
Octal 167 160 253 36 43 0 41 367 32 67
Binary 1110111 1110000 10101011 11110 100011 0 100001 11110111 11010 110111

Color Harmonies of #7770AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7770AB

Black with #7770AB

Text Example


Text Example

White with #7770AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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