#777092

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

Shades of Scampi #777092

Tints of Scampi #777092

Color information

#777092 (or 0x777092) is unknown color: approx Scampi. HEX triplet: 77, 70 and 92. RGB value is (119,112,146). Sum of RGB (Red+Green+Blue) = 119+112+146=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #777092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777092 is #888F6D. Grayscale: #757575. Windows color (decimal): -8949614 or 9597047. OLE color: 9597047.

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

Color convert

RGB119112146-
CMYK0.180.2300.43
HSL252.35º13.49%50.59%-
HSV(B)252.35º23.29%57.25%-
XYZ18.5917.5929.61-
YUV117.97143.82128.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.56%
GREEN value IS 112 (44.14% from 255) = 29.71%
BLUE value IS 146 (57.42% from 255) = 38.73%
R=31.56%
G=29.71%
B=38.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191121460.180.2300.43252.3513.4950.59
Hex777092121702Bfcd33
Octal16716022222270533741563
Binary111011111100001001001010010101110101011111111001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777092; }

 p { color: rgb(119,112,146); }

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

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

 a { background-color: rgb(119,112,146); }

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

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

 span { border-color: rgb(119,112,146); }

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