#747793

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

Shades of Storm Grey #747793

Tints of Storm Grey #747793

Color information

#747793 (or 0x747793) is unknown color: approx Storm Grey. HEX triplet: 74, 77 and 93. RGB value is (116,119,147). Sum of RGB (Red+Green+Blue) = 116+119+147=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 147 - color contains mainly: blue. Hex color #747793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747793 is #8B886C. Grayscale: #797979. Windows color (decimal): -9144429 or 9664372. OLE color: 9664372.

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

Color convert

RGB116119147-
CMYK0.210.1900.42
HSL234.19º12.55%51.57%-
HSV(B)234.19º21.09%57.65%-
XYZ19.0719.0130.27-
YUV121.29142.51124.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.37%
GREEN value IS 119 (46.88% from 255) = 31.15%
BLUE value IS 147 (57.81% from 255) = 38.48%
R=30.37%
G=31.15%
B=38.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161191470.210.1900.42234.1912.5551.57
Hex747793151302Aead34
Octal16416722325230523521564
Binary111010011101111001001110101100110101010111010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747793; }

 p { color: rgb(116,119,147); }

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

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

 a { background-color: rgb(116,119,147); }

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

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

 span { border-color: rgb(116,119,147); }

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