#777897

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

Shades of Scampi #777897

Tints of Scampi #777897

Color information

#777897 (or 0x777897) is unknown color: approx Scampi. HEX triplet: 77, 78 and 97. RGB value is (119,120,151). Sum of RGB (Red+Green+Blue) = 119+120+151=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 151 - color contains mainly: blue. Hex color #777897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777897 is #888768. Grayscale: #7B7B7B. Windows color (decimal): -8947561 or 9926775. OLE color: 9926775.

HSL color Cylindrical-coordinate representation of color #777897: hue angle of 238.12º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #777897 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB119120151-
CMYK0.210.2100.41
HSL238.12º13.33%52.94%-
HSV(B)238.12º21.19%59.22%-
XYZ19.9119.5932.01-
YUV123.23143.67124.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.51%
GREEN value IS 120 (47.27% from 255) = 30.77%
BLUE value IS 151 (59.38% from 255) = 38.72%
R=30.51%
G=30.77%
B=38.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1191201510.210.2100.41238.1213.3352.94
Hex7778971515029eed35
Octal16717022725250513561565
Binary111011111110001001011110101101010101001111011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777897; }

 p { color: rgb(119,120,151); }

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

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

 a { background-color: rgb(119,120,151); }

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

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

 span { border-color: rgb(119,120,151); }

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