#777593

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

Shades of Scampi #777593

Tints of Scampi #777593

Color information

#777593 (or 0x777593) is unknown color: approx Scampi. HEX triplet: 77, 75 and 93. RGB value is (119,117,147). Sum of RGB (Red+Green+Blue) = 119+117+147=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 147 - color contains mainly: blue. Hex color #777593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777593 is #888A6C. Grayscale: #787878. Windows color (decimal): -8948333 or 9663863. OLE color: 9663863.

HSL color Cylindrical-coordinate representation of color #777593: hue angle of 244º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #777593 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB119117147-
CMYK0.190.2000.42
HSL244º12.2%51.76%-
HSV(B)244º20.41%57.65%-
XYZ19.2418.7530.21-
YUV121.02142.66126.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.07%
GREEN value IS 117 (46.09% from 255) = 30.55%
BLUE value IS 147 (57.81% from 255) = 38.38%
R=31.07%
G=30.55%
B=38.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191171470.190.2000.4224412.251.76
Hex777593131402Af4c34
Octal16716522323240523641464
Binary111011111101011001001110011101000101010111101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777593; }

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

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

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

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

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

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

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

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