#767393

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

Shades of Scampi #767393

Tints of Scampi #767393

Color information

#767393 (or 0x767393) is unknown color: approx Scampi. HEX triplet: 76, 73 and 93. RGB value is (118,115,147). Sum of RGB (Red+Green+Blue) = 118+115+147=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #767393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767393 is #898C6C. Grayscale: #777777. Windows color (decimal): -9014381 or 9663350. OLE color: 9663350.

HSL color Cylindrical-coordinate representation of color #767393: hue angle of 245.62º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #767393 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118115147-
CMYK0.200.2200.42
HSL245.62º12.9%51.37%-
HSV(B)245.62º21.77%57.65%-
XYZ18.8718.2230.13-
YUV119.54143.49126.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.05%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 147 (57.81% from 255) = 38.68%
R=31.05%
G=30.26%
B=38.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181151470.200.2200.42245.6212.951.37
Hex767393141602Af6d33
Octal16616322324260523661563
Binary111011011100111001001110100101100101010111101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767393; }

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

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

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

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

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

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

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

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