#77759B

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

Shades of Scampi #77759B

Tints of Scampi #77759B

Color information

#77759B (or 0x77759B) is unknown color: approx Scampi. HEX triplet: 77, 75 and 9B. RGB value is (119,117,155). Sum of RGB (Red+Green+Blue) = 119+117+155=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #77759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77759B is #888A64. Grayscale: #797979. Windows color (decimal): -8948325 or 10188151. OLE color: 10188151.

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

Color convert

RGB119117155-
CMYK0.230.2500.39
HSL243.16º15.97%53.33%-
HSV(B)243.16º24.52%60.78%-
XYZ19.8919.0133.63-
YUV121.93146.66125.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.43%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=30.43%
G=29.92%
B=39.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191171550.230.2500.39243.1615.9753.33
Hex77759B1719027f31035
Octal16716523327310473632065
Binary1110111111010110011011101111100101001111111001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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