#77779D

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

Shades of Scampi #77779D

Tints of Scampi #77779D

Color information

#77779D (or 0x77779D) is unknown color: approx Scampi. HEX triplet: 77, 77 and 9D. RGB value is (119,119,157). Sum of RGB (Red+Green+Blue) = 119+119+157=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #77779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77779D is #888862. Grayscale: #7B7B7B. Windows color (decimal): -8947811 or 10319735. OLE color: 10319735.

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

Color convert

RGB119119157-
CMYK0.240.2400.38
HSL240º16.24%54.12%-
HSV(B)240º24.2%61.57%-
XYZ20.2919.5534.6-
YUV123.33147124.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.13%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=30.13%
G=30.13%
B=39.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191191570.240.2400.3824016.2454.12
Hex77779D1818026f01036
Octal16716723530300463602066
Binary1110111111011110011101110001100001001101111000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77779D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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