#776CAF

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

Shades of Scampi #776CAF

Tints of Scampi #776CAF

Color information

#776CAF (or 0x776CAF) is unknown color: approx Scampi. HEX triplet: 77, 6C and AF. RGB value is (119,108,175). Sum of RGB (Red+Green+Blue) = 119+108+175=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: blue. Hex color #776CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776CAF is #889350. Grayscale: #767676. Windows color (decimal): -8950609 or 11496567. OLE color: 11496567.

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

Color convert

RGB119108175-
CMYK0.320.3800.31
HSL249.85º29.52%55.49%-
HSV(B)249.85º38.29%68.63%-
XYZ20.7117.7442.89-
YUV118.93159.64128.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.60%
GREEN value IS 108 (42.58% from 255) = 26.87%
BLUE value IS 175 (68.75% from 255) = 43.53%
R=29.60%
G=26.87%
B=43.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191081750.320.3800.31249.8529.5255.49
Hex776CAF202601Ffa1e37
Octal16715425740460373723667
Binary11101111101100101011111000001001100111111111101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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