#787791

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

Shades of Scampi #787791

Tints of Scampi #787791

Color information

#787791 (or 0x787791) is unknown color: approx Scampi. HEX triplet: 78, 77 and 91. RGB value is (120,119,145). Sum of RGB (Red+Green+Blue) = 120+119+145=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 145 - color contains mainly: blue. Hex color #787791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787791 is #87886E. Grayscale: #7A7A7A. Windows color (decimal): -8882287 or 9533304. OLE color: 9533304.

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

Color convert

RGB120119145-
CMYK0.170.1800.43
HSL242.31º10.57%51.76%-
HSV(B)242.31º17.93%56.86%-
XYZ19.4519.2329.47-
YUV122.26140.83126.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.25%
GREEN value IS 119 (46.88% from 255) = 30.99%
BLUE value IS 145 (57.03% from 255) = 37.76%
R=31.25%
G=30.99%
B=37.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201191450.170.1800.43242.3110.5751.76
Hex787791111202Bf2b34
Octal17016722121220533621364
Binary111100011101111001000110001100100101011111100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787791; }

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

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

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

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

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

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

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

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