Html Css Color HEX #747B84 Storm Grey

📋 copy color: '#747B84'

red 116 ◦ green 123 ◦ blue 132

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

Shades of Storm Grey #747B84

Tints of Storm Grey #747B84

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.15%

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

R = 31.27%
G = 33.15%
B = 35.58%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#747B84 (or 0x747B84) is known color: Storm Grey. HEX triplet: 74, 7B and 84. RGB value is (116,123,132). Sum of RGB (Red+Green+Blue) = 116+123+132=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 132 - color contains mainly: blue. Hex color #747B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747B84 is #8B847B. Grayscale: #797979. Windows color (decimal): -9143420 or 8682356. OLE color: 8682356.

HSL color Cylindrical-coordinate representation of color #747B84: hue angle of 213.75º 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 #747B84 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 123 132 -
CMYK 0.12 0.07 0 0.48
HSL 213.75º 0.06% 0.49% -
HSV(B) 213.75º 0.12% 0.52% -
XYZ 18.45 19.54 24.63 -
YUV 121.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 116 123 132 0.12 0.07 0 0.48 213.75 0.06 0.49
Hex 74 7B 84 C 7 0 30 D6 6 31
Octal 164 173 204 14 7 0 60 326 6 61
Binary 1110100 1111011 10000100 1100 111 0 110000 11010110 110 110001

Color Harmonies of #747B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747B84

Black with #747B84

Text Example


Text Example

White with #747B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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