#776CAE

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

Shades of Scampi #776CAE

Tints of Scampi #776CAE

Color information

#776CAE (or 0x776CAE) is unknown color: approx Scampi. HEX triplet: 77, 6C and AE. RGB value is (119,108,174). Sum of RGB (Red+Green+Blue) = 119+108+174=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #776CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776CAE is #889351. Grayscale: #767676. Windows color (decimal): -8950610 or 11431031. OLE color: 11431031.

HSL color Cylindrical-coordinate representation of color #776CAE: hue angle of 250º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #776CAE is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119108174-
CMYK0.320.3800.32
HSL250º28.95%55.29%-
HSV(B)250º37.93%68.24%-
XYZ20.6117.742.38-
YUV118.81159.14128.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.68%
GREEN value IS 108 (42.58% from 255) = 26.93%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=29.68%
G=26.93%
B=43.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191081740.320.3800.3225028.9555.29
Hex776CAE2026020fa1d37
Octal16715425640460403723567
Binary111011111011001010111010000010011001000001111101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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