#776CA4

Color #776CA4 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #776CA4

Tints of Scampi #776CA4

Color information

#776CA4 (or 0x776CA4) is unknown color: approx Scampi. HEX triplet: 77, 6C and A4. RGB value is (119,108,164). Sum of RGB (Red+Green+Blue) = 119+108+164=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 164 - color contains mainly: blue. Hex color #776CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776CA4 is #88935B. Grayscale: #757575. Windows color (decimal): -8950620 or 10775671. OLE color: 10775671.

HSL color Cylindrical-coordinate representation of color #776CA4: hue angle of 251.79º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #776CA4 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB119108164-
CMYK0.270.3400.36
HSL251.79º23.53%53.33%-
HSV(B)251.79º34.15%64.31%-
XYZ19.6717.3337.43-
YUV117.67154.14128.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.43%
GREEN value IS 108 (42.58% from 255) = 27.62%
BLUE value IS 164 (64.45% from 255) = 41.94%
R=30.43%
G=27.62%
B=41.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1191081640.270.3400.36251.7923.5353.33
Hex776CA41B22024fc1835
Octal16715424433420443743065
Binary11101111101100101001001101110001001001001111110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,108,164); }

 H1.HeaderClassName
 {
   color: #776CA4;
 }
 .AnyTagClassName
 {
   color: #776CA4;
 }
</style>
background-color css

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

 a { background-color: rgb(119,108,164); }

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

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

 span { border-color: rgb(119,108,164); }

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