#77768B

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

Shades of Scampi #77768B

Tints of Scampi #77768B

Color information

#77768B (or 0x77768B) is unknown color: approx Scampi. HEX triplet: 77, 76 and 8B. RGB value is (119,118,139). Sum of RGB (Red+Green+Blue) = 119+118+139=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #77768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77768B is #888974. Grayscale: #787878. Windows color (decimal): -8948085 or 9139831. OLE color: 9139831.

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

Color convert

RGB119118139-
CMYK0.140.1500.45
HSL242.86º8.3%50.39%-
HSV(B)242.86º15.11%54.51%-
XYZ18.7518.7427.06-
YUV120.69138.33126.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.65%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=31.65%
G=31.38%
B=36.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191181390.140.1500.45242.868.350.39
Hex77768BEF02Df3832
Octal16716621316170553631062
Binary1110111111011010001011111011110101101111100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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