#776694

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

Shades of Scampi #776694

Tints of Scampi #776694

Color information

#776694 (or 0x776694) is unknown color: approx Scampi. HEX triplet: 77, 66 and 94. RGB value is (119,102,148). Sum of RGB (Red+Green+Blue) = 119+102+148=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #776694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776694 is #88996B. Grayscale: #707070. Windows color (decimal): -8952172 or 9725559. OLE color: 9725559.

HSL color Cylindrical-coordinate representation of color #776694: hue angle of 262.17º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #776694 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB119102148-
CMYK0.200.3100.42
HSL262.17º18.4%49.02%-
HSV(B)262.17º31.08%58.04%-
XYZ17.715.5630.09-
YUV112.33148.13132.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.25%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 148 (58.20% from 255) = 40.11%
R=32.25%
G=27.64%
B=40.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191021480.200.3100.42262.1718.449.02
Hex776694141F02A1061231
Octal16714622424370524062261
Binary11101111100110100101001010011111010101010000011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776694; }

 p { color: rgb(119,102,148); }

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

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

 a { background-color: rgb(119,102,148); }

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

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

 span { border-color: rgb(119,102,148); }

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