Html Css Color HEX #776EAC Scampi

📋 copy color: '#776EAC'

red 119 ◦ green 110 ◦ blue 172

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

Shades of Scampi #776EAC

Tints of Scampi #776EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.43%

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

R = 29.68%
G = 27.43%
B = 42.89%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#776EAC (or 0x776EAC) is known color: Scampi. HEX triplet: 77, 6E and AC. RGB value is (119,110,172). Sum of RGB (Red+Green+Blue) = 119+110+172=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #776EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776EAC is #889153. Grayscale: #777777. Windows color (decimal): -8950100 or 11300471. OLE color: 11300471.

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

Color convert

RGB 119 110 172 -
CMYK 0.31 0.36 0 0.33
HSL 248.71º 0.27% 0.55% -
HSV(B) 248.71º 0.36% 0.67% -
XYZ 20.63 18.05 41.43 -
YUV 119.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 119 110 172 0.31 0.36 0 0.33 248.71 0.27 0.55
Hex 77 6E AC 1F 24 0 21 F9 1B 37
Octal 167 156 254 37 44 0 41 371 33 67
Binary 1110111 1101110 10101100 11111 100100 0 100001 11111001 11011 110111

Color Harmonies of #776EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776EAC

Black with #776EAC

Text Example


Text Example

White with #776EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776EAC; }

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

 H1.HeaderClassName
 {
   color: #776EAC;
 }
 .AnyTagClassName
 {
   color: #776EAC;
 }
</style>

background-color css

<style>
 a { background-color: #776EAC; }

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

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

border-color css

<style>
 span { border-color: #776EAC; }

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

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