Html Css Color HEX #747991 Storm Grey

📋 copy color: '#747991'

red 116 ◦ green 121 ◦ blue 145

#747991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Grey #747991

Tints of Storm Grey #747991

RGB

 RED value IS 116 (45.7% from 255) = 30.37%

 GREEN value IS 121 (47.66% from 255) = 31.68%

 BLUE value IS 145 (57.03% from 255) = 37.96%

R = 30.37%
G = 31.68%
B = 37.96%

CMYK

 C value IS 0.2

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#747991 (or 0x747991) is known color: Storm Grey. HEX triplet: 74, 79 and 91. RGB value is (116,121,145). Sum of RGB (Red+Green+Blue) = 116+121+145=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 145 - color contains mainly: blue. Hex color #747991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747991 is #8B866E. Grayscale: #7A7A7A. Windows color (decimal): -9143919 or 9533812. OLE color: 9533812.

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

Color convert

RGB 116 121 145 -
CMYK 0.2 0.17 0 0.43
HSL 229.66º 0.12% 0.51% -
HSV(B) 229.66º 0.2% 0.57% -
XYZ 19.15 19.43 29.53 -
YUV 122.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 116 121 145 0.2 0.17 0 0.43 229.66 0.12 0.51
Hex 74 79 91 14 11 0 2B E6 C 33
Octal 164 171 221 24 21 0 53 346 14 63
Binary 1110100 1111001 10010001 10100 10001 0 101011 11100110 1100 110011

Color Harmonies of #747991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747991

Black with #747991

Text Example


Text Example

White with #747991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747991; }

 p { color: rgb(116,121,145); }

 H1.HeaderClassName
 {
   color: #747991;
 }
 .AnyTagClassName
 {
   color: #747991;
 }
</style>

background-color css

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

 a { background-color: rgb(116,121,145); }

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

border-color css

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

 span { border-color: rgb(116,121,145); }

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