Html Css Color HEX #747996 Storm Grey

📋 copy color: '#747996'

red 116 ◦ green 121 ◦ blue 150

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

Shades of Storm Grey #747996

Tints of Storm Grey #747996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.76%

R = 29.97%
G = 31.27%
B = 38.76%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#747996 (or 0x747996) is known color: Storm Grey. HEX triplet: 74, 79 and 96. RGB value is (116,121,150). Sum of RGB (Red+Green+Blue) = 116+121+150=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 150 - color contains mainly: blue. Hex color #747996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747996 is #8B8669. Grayscale: #7A7A7A. Windows color (decimal): -9143914 or 9861492. OLE color: 9861492.

HSL color Cylindrical-coordinate representation of color #747996: hue angle of 231.18º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #747996 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 121 150 -
CMYK 0.23 0.19 0 0.41
HSL 231.18º 0.14% 0.52% -
HSV(B) 231.18º 0.23% 0.59% -
XYZ 19.54 19.59 31.61 -
YUV 122.81 143.34 123.14 -
System Red Green Blue C M Y K H S L
Decimal 116 121 150 0.23 0.19 0 0.41 231.18 0.14 0.52
Hex 74 79 96 17 13 0 29 E7 E 34
Octal 164 171 226 27 23 0 51 347 16 64
Binary 1110100 1111001 10010110 10111 10011 0 101001 11100111 1110 110100

Color Harmonies of #747996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747996

Black with #747996

Text Example


Text Example

White with #747996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747996; }

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

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

background-color css

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

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

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

border-color css

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

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

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