#787792

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

Shades of Scampi #787792

Tints of Scampi #787792

Color information

#787792 (or 0x787792) is unknown color: approx Scampi. HEX triplet: 78, 77 and 92. RGB value is (120,119,146). Sum of RGB (Red+Green+Blue) = 120+119+146=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 146 - color contains mainly: blue. Hex color #787792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787792 is #87886D. Grayscale: #7A7A7A. Windows color (decimal): -8882286 or 9598840. OLE color: 9598840.

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

Color convert

RGB120119146-
CMYK0.180.1800.43
HSL242.22º11.02%51.96%-
HSV(B)242.22º18.49%57.25%-
XYZ19.5319.2629.88-
YUV122.38141.33126.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.17%
GREEN value IS 119 (46.88% from 255) = 30.91%
BLUE value IS 146 (57.42% from 255) = 37.92%
R=31.17%
G=30.91%
B=37.92%

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
Decimal1201191460.180.1800.43242.2211.0251.96
Hex787792121202Bf2b34
Octal17016722222220533621364
Binary111100011101111001001010010100100101011111100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787792; }

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

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

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

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

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

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

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

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