#746B95

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

Shades of Scampi #746B95

Tints of Scampi #746B95

Color information

#746B95 (or 0x746B95) is unknown color: approx Scampi. HEX triplet: 74, 6B and 95. RGB value is (116,107,149). Sum of RGB (Red+Green+Blue) = 116+107+149=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #746B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746B95 is #8B946A. Grayscale: #727272. Windows color (decimal): -9147499 or 9792372. OLE color: 9792372.

HSL color Cylindrical-coordinate representation of color #746B95: hue angle of 252.86º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #746B95 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB116107149-
CMYK0.220.2800.42
HSL252.86º16.54%50.2%-
HSV(B)252.86º28.19%58.43%-
XYZ17.8816.430.66-
YUV114.48147.48129.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 107 (42.19% from 255) = 28.76%
BLUE value IS 149 (58.59% from 255) = 40.05%
R=31.18%
G=28.76%
B=40.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161071490.220.2800.42252.8616.5450.2
Hex746B95161C02Afd1132
Octal16415322526340523752162
Binary1110100110101110010101101101110001010101111110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746B95; }

 p { color: rgb(116,107,149); }

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

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

 a { background-color: rgb(116,107,149); }

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

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

 span { border-color: rgb(116,107,149); }

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