#747094

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

Shades of Scampi #747094

Tints of Scampi #747094

Color information

#747094 (or 0x747094) is unknown color: approx Scampi. HEX triplet: 74, 70 and 94. RGB value is (116,112,148). Sum of RGB (Red+Green+Blue) = 116+112+148=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 148 - color contains mainly: blue. Hex color #747094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747094 is #8B8F6B. Grayscale: #757575. Windows color (decimal): -9146220 or 9728116. OLE color: 9728116.

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

Color convert

RGB116112148-
CMYK0.220.2400.42
HSL246.67º14.4%50.98%-
HSV(B)246.67º24.32%58.04%-
XYZ18.3417.4430.42-
YUV117.3145.33127.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.85%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 148 (58.20% from 255) = 39.36%
R=30.85%
G=29.79%
B=39.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161121480.220.2400.42246.6714.450.98
Hex747094161802Af7e33
Octal16416022426300523671663
Binary111010011100001001010010110110000101010111101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747094; }

 p { color: rgb(116,112,148); }

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

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

 a { background-color: rgb(116,112,148); }

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

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

 span { border-color: rgb(116,112,148); }

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