#77758E

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

Shades of Scampi #77758E

Tints of Scampi #77758E

Color information

#77758E (or 0x77758E) is unknown color: approx Scampi. HEX triplet: 77, 75 and 8E. RGB value is (119,117,142). Sum of RGB (Red+Green+Blue) = 119+117+142=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 142 - color contains mainly: blue. Hex color #77758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77758E is #888A71. Grayscale: #787878. Windows color (decimal): -8948338 or 9336183. OLE color: 9336183.

HSL color Cylindrical-coordinate representation of color #77758E: hue angle of 244.8º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77758E is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB119117142-
CMYK0.160.1800.44
HSL244.8º9.96%50.78%-
HSV(B)244.8º17.61%55.69%-
XYZ18.8518.628.19-
YUV120.45140.16126.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.48%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=31.48%
G=30.95%
B=37.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191171420.160.1800.44244.89.9650.78
Hex77758E101202Cf5a33
Octal16716521620220543651263
Binary111011111101011000111010000100100101100111101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77758E; }

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

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

<style>
 a { background-color: #77758E; }

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

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

<style>
 span { border-color: #77758E; }

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

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