#777792

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

Shades of Scampi #777792

Tints of Scampi #777792

Color information

#777792 (or 0x777792) is unknown color: approx Scampi. HEX triplet: 77, 77 and 92. RGB value is (119,119,146). Sum of RGB (Red+Green+Blue) = 119+119+146=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 146 - color contains mainly: blue. Hex color #777792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777792 is #88886D. Grayscale: #797979. Windows color (decimal): -8947822 or 9598839. OLE color: 9598839.

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

Color convert

RGB119119146-
CMYK0.180.1800.43
HSL240º11.02%51.96%-
HSV(B)240º18.49%57.25%-
XYZ19.3919.1929.88-
YUV122.08141.5125.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.99%
GREEN value IS 119 (46.88% from 255) = 30.99%
BLUE value IS 146 (57.42% from 255) = 38.02%
R=30.99%
G=30.99%
B=38.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191191460.180.1800.4324011.0251.96
Hex777792121202Bf0b34
Octal16716722222220533601364
Binary111011111101111001001010010100100101011111100001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777792; }

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

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

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

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

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

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

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

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