#787892

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

Shades of Scampi #787892

Tints of Scampi #787892

Color information

#787892 (or 0x787892) is unknown color: approx Scampi. HEX triplet: 78, 78 and 92. RGB value is (120,120,146). Sum of RGB (Red+Green+Blue) = 120+120+146=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 146 - color contains mainly: blue. Hex color #787892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787892 is #87876D. Grayscale: #7A7A7A. Windows color (decimal): -8882030 or 9599096. OLE color: 9599096.

HSL color Cylindrical-coordinate representation of color #787892: 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 #787892 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB120120146-
CMYK0.180.1800.43
HSL240º10.66%52.16%-
HSV(B)240º17.81%57.25%-
XYZ19.6519.529.92-
YUV122.96141125.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.09%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 146 (57.42% from 255) = 37.82%
R=31.09%
G=31.09%
B=37.82%

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
Decimal1201201460.180.1800.4324010.6652.16
Hex787892121202Bf0b34
Octal17017022222220533601364
Binary111100011110001001001010010100100101011111100001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787892; }

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

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

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

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

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

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

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

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