#767391

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

Shades of Scampi #767391

Tints of Scampi #767391

Color information

#767391 (or 0x767391) is unknown color: approx Scampi. HEX triplet: 76, 73 and 91. RGB value is (118,115,145). Sum of RGB (Red+Green+Blue) = 118+115+145=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 145 - color contains mainly: blue. Hex color #767391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767391 is #898C6E. Grayscale: #777777. Windows color (decimal): -9014383 or 9532278. OLE color: 9532278.

HSL color Cylindrical-coordinate representation of color #767391: hue angle of 246º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #767391 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB118115145-
CMYK0.190.2100.43
HSL246º12%50.98%-
HSV(B)246º20.69%56.86%-
XYZ18.7118.1629.31-
YUV119.32142.49127.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 145 (57.03% from 255) = 38.36%
R=31.22%
G=30.42%
B=38.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181151450.190.2100.432461250.98
Hex767391131502Bf6c33
Octal16616322123250533661463
Binary111011011100111001000110011101010101011111101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767391; }

 p { color: rgb(118,115,145); }

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

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

 a { background-color: rgb(118,115,145); }

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

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

 span { border-color: rgb(118,115,145); }

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