Html Css Color HEX #747C89 Storm Grey

📋 copy color: '#747C89'

red 116 ◦ green 124 ◦ blue 137

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

Shades of Storm Grey #747C89

Tints of Storm Grey #747C89

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.89%

 BLUE value IS 137 (53.91% from 255) = 36.34%

R = 30.77%
G = 32.89%
B = 36.34%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#747C89 (or 0x747C89) is known color: Storm Grey. HEX triplet: 74, 7C and 89. RGB value is (116,124,137). Sum of RGB (Red+Green+Blue) = 116+124+137=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 137 - color contains mainly: blue. Hex color #747C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747C89 is #8B8376. Grayscale: #7B7B7B. Windows color (decimal): -9143159 or 9010292. OLE color: 9010292.

HSL color Cylindrical-coordinate representation of color #747C89: hue angle of 217.14º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #747C89 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 124 137 -
CMYK 0.15 0.09 0 0.46
HSL 217.14º 0.08% 0.5% -
HSV(B) 217.14º 0.15% 0.54% -
XYZ 18.93 19.93 26.52 -
YUV 123.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 116 124 137 0.15 0.09 0 0.46 217.14 0.08 0.5
Hex 74 7C 89 F 9 0 2E D9 8 32
Octal 164 174 211 17 11 0 56 331 10 62
Binary 1110100 1111100 10001001 1111 1001 0 101110 11011001 1000 110010

Color Harmonies of #747C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C89

Black with #747C89

Text Example


Text Example

White with #747C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747C89; }

 p { color: rgb(116,124,137); }

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

background-color css

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

 a { background-color: rgb(116,124,137); }

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

border-color css

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

 span { border-color: rgb(116,124,137); }

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