#77759C

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

Shades of Scampi #77759C

Tints of Scampi #77759C

Color information

#77759C (or 0x77759C) is unknown color: approx Scampi. HEX triplet: 77, 75 and 9C. RGB value is (119,117,156). Sum of RGB (Red+Green+Blue) = 119+117+156=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #77759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77759C is #888A63. Grayscale: #797979. Windows color (decimal): -8948324 or 10253687. OLE color: 10253687.

HSL color Cylindrical-coordinate representation of color #77759C: hue angle of 243.08º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77759C is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB119117156-
CMYK0.240.2500.39
HSL243.08º16.46%53.53%-
HSV(B)243.08º25%61.18%-
XYZ19.9719.0434.08-
YUV122.04147.16125.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.36%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 156 (61.33% from 255) = 39.80%
R=30.36%
G=29.85%
B=39.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191171560.240.2500.39243.0816.4653.53
Hex77759C1819027f31036
Octal16716523430310473632066
Binary1110111111010110011100110001100101001111111001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77759C; }

 p { color: rgb(119,117,156); }

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

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

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

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

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

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

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