#776B95

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

Shades of Scampi #776B95

Tints of Scampi #776B95

Color information

#776B95 (or 0x776B95) is unknown color: approx Scampi. HEX triplet: 77, 6B and 95. RGB value is (119,107,149). Sum of RGB (Red+Green+Blue) = 119+107+149=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #776B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776B95 is #88946A. Grayscale: #737373. Windows color (decimal): -8950891 or 9792375. OLE color: 9792375.

HSL color Cylindrical-coordinate representation of color #776B95: hue angle of 257.14º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #776B95 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB119107149-
CMYK0.200.2800.42
HSL257.14º16.54%50.2%-
HSV(B)257.14º28.19%58.43%-
XYZ18.2916.6130.68-
YUV115.38146.98130.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.73%
GREEN value IS 107 (42.19% from 255) = 28.53%
BLUE value IS 149 (58.59% from 255) = 39.73%
R=31.73%
G=28.53%
B=39.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191071490.200.2800.42257.1416.5450.2
Hex776B95141C02A1011132
Octal16715322524340524012162
Binary11101111101011100101011010011100010101010000000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,107,149); }

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

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

 a { background-color: rgb(119,107,149); }

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

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

 span { border-color: rgb(119,107,149); }

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