#77768D

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

Shades of Scampi #77768D

Tints of Scampi #77768D

Color information

#77768D (or 0x77768D) is unknown color: approx Scampi. HEX triplet: 77, 76 and 8D. RGB value is (119,118,141). Sum of RGB (Red+Green+Blue) = 119+118+141=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #77768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77768D is #888972. Grayscale: #787878. Windows color (decimal): -8948083 or 9270903. OLE color: 9270903.

HSL color Cylindrical-coordinate representation of color #77768D: hue angle of 242.61º 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 #77768D is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB119118141-
CMYK0.160.1600.45
HSL242.61º9.16%50.78%-
HSV(B)242.61º16.31%55.29%-
XYZ18.8918.827.83-
YUV120.92139.33126.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.48%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 141 (55.47% from 255) = 37.30%
R=31.48%
G=31.22%
B=37.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191181410.160.1600.45242.619.1650.78
Hex77768D101002Df3933
Octal16716621520200553631163
Binary111011111101101000110110000100000101101111100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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