#77779B

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

Shades of Scampi #77779B

Tints of Scampi #77779B

Color information

#77779B (or 0x77779B) is unknown color: approx Scampi. HEX triplet: 77, 77 and 9B. RGB value is (119,119,155). Sum of RGB (Red+Green+Blue) = 119+119+155=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #77779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77779B is #888864. Grayscale: #7A7A7A. Windows color (decimal): -8947813 or 10188663. OLE color: 10188663.

HSL color Cylindrical-coordinate representation of color #77779B: hue angle of 240º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77779B is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB119119155-
CMYK0.230.2300.39
HSL240º15.25%53.73%-
HSV(B)240º23.23%60.78%-
XYZ20.1219.4833.71-
YUV123.1146125.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.28%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=30.28%
G=30.28%
B=39.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191191550.230.2300.3924015.2553.73
Hex77779B1717027f0f36
Octal16716723327270473601766
Binary111011111101111001101110111101110100111111100001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77779B; }

 p { color: rgb(119,119,155); }

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

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

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

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

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

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

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