#777291

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

Shades of Scampi #777291

Tints of Scampi #777291

Color information

#777291 (or 0x777291) is unknown color: approx Scampi. HEX triplet: 77, 72 and 91. RGB value is (119,114,145). Sum of RGB (Red+Green+Blue) = 119+114+145=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 145 - color contains mainly: blue. Hex color #777291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777291 is #888D6E. Grayscale: #767676. Windows color (decimal): -8949103 or 9532023. OLE color: 9532023.

HSL color Cylindrical-coordinate representation of color #777291: hue angle of 249.68º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #777291 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB119114145-
CMYK0.180.2100.43
HSL249.68º12.35%50.78%-
HSV(B)249.68º21.38%56.86%-
XYZ18.741829.28-
YUV119.03142.66127.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.48%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 145 (57.03% from 255) = 38.36%
R=31.48%
G=30.16%
B=38.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191141450.180.2100.43249.6812.3550.78
Hex777291121502Bfac33
Octal16716222122250533721463
Binary111011111100101001000110010101010101011111110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777291; }

 p { color: rgb(119,114,145); }

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

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

 a { background-color: rgb(119,114,145); }

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

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

 span { border-color: rgb(119,114,145); }

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