Html Css Color HEX #747987 Storm Grey

📋 copy color: '#747987'

red 116 ◦ green 121 ◦ blue 135

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

Shades of Storm Grey #747987

Tints of Storm Grey #747987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.29%

R = 31.18%
G = 32.53%
B = 36.29%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#747987 (or 0x747987) is known color: Storm Grey. HEX triplet: 74, 79 and 87. RGB value is (116,121,135). Sum of RGB (Red+Green+Blue) = 116+121+135=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 135 - color contains mainly: blue. Hex color #747987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747987 is #8B8678. Grayscale: #797979. Windows color (decimal): -9143929 or 8878452. OLE color: 8878452.

HSL color Cylindrical-coordinate representation of color #747987: hue angle of 224.21º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #747987 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 121 135 -
CMYK 0.14 0.10 0 0.47
HSL 224.21º 0.08% 0.49% -
HSV(B) 224.21º 0.14% 0.53% -
XYZ 18.41 19.14 25.65 -
YUV 121.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 116 121 135 0.14 0.10 0 0.47 224.21 0.08 0.49
Hex 74 79 87 E A 0 2F E0 8 31
Octal 164 171 207 16 12 0 57 340 10 61
Binary 1110100 1111001 10000111 1110 1010 0 101111 11100000 1000 110001

Color Harmonies of #747987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747987

Black with #747987

Text Example


Text Example

White with #747987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747987; }

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

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

background-color css

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

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

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

border-color css

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

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

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