#767395

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

Shades of Scampi #767395

Tints of Scampi #767395

Color information

#767395 (or 0x767395) is unknown color: approx Scampi. HEX triplet: 76, 73 and 95. RGB value is (118,115,149). Sum of RGB (Red+Green+Blue) = 118+115+149=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 149 - color contains mainly: blue. Hex color #767395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767395 is #898C6A. Grayscale: #777777. Windows color (decimal): -9014379 or 9794422. OLE color: 9794422.

HSL color Cylindrical-coordinate representation of color #767395: hue angle of 245.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #767395 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118115149-
CMYK0.210.2300.42
HSL245.29º13.82%51.76%-
HSV(B)245.29º22.82%58.43%-
XYZ19.0318.2830.96-
YUV119.77144.49126.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.89%
GREEN value IS 115 (45.31% from 255) = 30.10%
BLUE value IS 149 (58.59% from 255) = 39.01%
R=30.89%
G=30.10%
B=39.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181151490.210.2300.42245.2913.8251.76
Hex767395151702Af5e34
Octal16616322525270523651664
Binary111011011100111001010110101101110101010111101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767395; }

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

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

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

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

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

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

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

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