#757192

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

Shades of Scampi #757192

Tints of Scampi #757192

Color information

#757192 (or 0x757192) is unknown color: approx Scampi. HEX triplet: 75, 71 and 92. RGB value is (117,113,146). Sum of RGB (Red+Green+Blue) = 117+113+146=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 146 - color contains mainly: blue. Hex color #757192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757192 is #8A8E6D. Grayscale: #757575. Windows color (decimal): -9080430 or 9597301. OLE color: 9597301.

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

Color convert

RGB117113146-
CMYK0.200.2300.43
HSL247.27º13.15%50.78%-
HSV(B)247.27º22.6%57.25%-
XYZ18.4317.6729.63-
YUV117.96143.83127.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 146 (57.42% from 255) = 38.83%
R=31.12%
G=30.05%
B=38.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171131460.200.2300.43247.2713.1550.78
Hex757192141702Bf7d33
Octal16516122224270533671563
Binary111010111100011001001010100101110101011111101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757192; }

 p { color: rgb(117,113,146); }

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

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

 a { background-color: rgb(117,113,146); }

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

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

 span { border-color: rgb(117,113,146); }

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