#77768C

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

Shades of Scampi #77768C

Tints of Scampi #77768C

Color information

#77768C (or 0x77768C) is unknown color: approx Scampi. HEX triplet: 77, 76 and 8C. RGB value is (119,118,140). Sum of RGB (Red+Green+Blue) = 119+118+140=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 140 - color contains mainly: blue. Hex color #77768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77768C is #888973. Grayscale: #787878. Windows color (decimal): -8948084 or 9205367. OLE color: 9205367.

HSL color Cylindrical-coordinate representation of color #77768C: hue angle of 242.73º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77768C is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB119118140-
CMYK0.150.1600.45
HSL242.73º8.73%50.59%-
HSV(B)242.73º15.71%54.9%-
XYZ18.8218.7727.44-
YUV120.81138.83126.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.56%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=31.56%
G=31.30%
B=37.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191181400.150.1600.45242.738.7350.59
Hex77768CF1002Df3933
Octal16716621417200553631163
Binary11101111110110100011001111100000101101111100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,118,140); }

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

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

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

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

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

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

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