Html Css Color HEX #737984 Storm Grey

📋 copy color: '#737984'

red 115 ◦ green 121 ◦ blue 132

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

Shades of Storm Grey #737984

Tints of Storm Grey #737984

RGB

 RED value IS 115 (45.31% from 255) = 31.25%

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

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

R = 31.25%
G = 32.88%
B = 35.87%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#737984 (or 0x737984) is known color: Storm Grey. HEX triplet: 73, 79 and 84. RGB value is (115,121,132). Sum of RGB (Red+Green+Blue) = 115+121+132=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 132 - color contains mainly: blue. Hex color #737984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737984 is #8C867B. Grayscale: #787878. Windows color (decimal): -9209468 or 8681843. OLE color: 8681843.

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

Color convert

RGB 115 121 132 -
CMYK 0.13 0.08 0 0.48
HSL 218.82º 0.07% 0.48% -
HSV(B) 218.82º 0.13% 0.52% -
XYZ 18.07 18.99 24.54 -
YUV 120.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 115 121 132 0.13 0.08 0 0.48 218.82 0.07 0.48
Hex 73 79 84 D 8 0 30 DB 7 30
Octal 163 171 204 15 10 0 60 333 7 60
Binary 1110011 1111001 10000100 1101 1000 0 110000 11011011 111 110000

Color Harmonies of #737984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737984

Black with #737984

Text Example


Text Example

White with #737984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737984; }

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

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

background-color css

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

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

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

border-color css

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

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

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