Html Css Color HEX #747984 Storm Grey

📋 copy color: '#747984'

red 116 ◦ green 121 ◦ blue 132

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

Shades of Storm Grey #747984

Tints of Storm Grey #747984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.77%

R = 31.44%
G = 32.79%
B = 35.77%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#747984 (or 0x747984) is known color: Storm Grey. HEX triplet: 74, 79 and 84. RGB value is (116,121,132). Sum of RGB (Red+Green+Blue) = 116+121+132=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #747984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747984 is #8B867B. Grayscale: #787878. Windows color (decimal): -9143932 or 8681844. OLE color: 8681844.

HSL color Cylindrical-coordinate representation of color #747984: hue angle of 221.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #747984 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 121 132 -
CMYK 0.12 0.08 0 0.48
HSL 221.25º 0.06% 0.49% -
HSV(B) 221.25º 0.12% 0.52% -
XYZ 18.2 19.05 24.55 -
YUV 120.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 116 121 132 0.12 0.08 0 0.48 221.25 0.06 0.49
Hex 74 79 84 C 8 0 30 DD 6 31
Octal 164 171 204 14 10 0 60 335 6 61
Binary 1110100 1111001 10000100 1100 1000 0 110000 11011101 110 110001

Color Harmonies of #747984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747984

Black with #747984

Text Example


Text Example

White with #747984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747984; }

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

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

background-color css

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

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

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

border-color css

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

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

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