#786F92

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

Shades of Scampi #786F92

Tints of Scampi #786F92

Color information

#786F92 (or 0x786F92) is unknown color: approx Scampi. HEX triplet: 78, 6F and 92. RGB value is (120,111,146). Sum of RGB (Red+Green+Blue) = 120+111+146=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 111 (43.75% from 255 or 29.44% 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 #786F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786F92 is #87906D. Grayscale: #757575. Windows color (decimal): -8884334 or 9596792. OLE color: 9596792.

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

Color convert

RGB120111146-
CMYK0.180.2400.43
HSL255.43º13.83%50.39%-
HSV(B)255.43º23.97%57.25%-
XYZ18.6217.4429.58-
YUV117.68143.98129.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.83%
GREEN value IS 111 (43.75% from 255) = 29.44%
BLUE value IS 146 (57.42% from 255) = 38.73%
R=31.83%
G=29.44%
B=38.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201111460.180.2400.43255.4313.8350.39
Hex786F92121802Bffe32
Octal17015722222300533771662
Binary111100011011111001001010010110000101011111111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786F92; }

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

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

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

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

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

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

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

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