#767392

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

Shades of Scampi #767392

Tints of Scampi #767392

Color information

#767392 (or 0x767392) is unknown color: approx Scampi. HEX triplet: 76, 73 and 92. RGB value is (118,115,146). Sum of RGB (Red+Green+Blue) = 118+115+146=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #767392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767392 is #898C6D. Grayscale: #777777. Windows color (decimal): -9014382 or 9597814. OLE color: 9597814.

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

Color convert

RGB118115146-
CMYK0.190.2100.43
HSL245.81º12.45%51.18%-
HSV(B)245.81º21.23%57.25%-
XYZ18.7918.1929.71-
YUV119.43142.99126.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 115 (45.31% from 255) = 30.34%
BLUE value IS 146 (57.42% from 255) = 38.52%
R=31.13%
G=30.34%
B=38.52%

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
Decimal1181151460.190.2100.43245.8112.4551.18
Hex767392131502Bf6c33
Octal16616322223250533661463
Binary111011011100111001001010011101010101011111101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767392; }

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

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

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

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

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

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

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

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