Html Css Color HEX #747B91 Storm Grey

📋 copy color: '#747B91'

red 116 ◦ green 123 ◦ blue 145

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

Shades of Storm Grey #747B91

Tints of Storm Grey #747B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.76%

R = 30.21%
G = 32.03%
B = 37.76%

CMYK

 C value IS 0.2

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#747B91 (or 0x747B91) is known color: Storm Grey. HEX triplet: 74, 7B and 91. RGB value is (116,123,145). Sum of RGB (Red+Green+Blue) = 116+123+145=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 145 - color contains mainly: blue. Hex color #747B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747B91 is #8B846E. Grayscale: #7B7B7B. Windows color (decimal): -9143407 or 9534324. OLE color: 9534324.

HSL color Cylindrical-coordinate representation of color #747B91: hue angle of 225.52º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #747B91 is Cyan = 0.2, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 123 145 -
CMYK 0.2 0.15 0 0.43
HSL 225.52º 0.12% 0.51% -
HSV(B) 225.52º 0.2% 0.57% -
XYZ 19.4 19.92 29.61 -
YUV 123.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 116 123 145 0.2 0.15 0 0.43 225.52 0.12 0.51
Hex 74 7B 91 14 F 0 2B E2 C 33
Octal 164 173 221 24 17 0 53 342 14 63
Binary 1110100 1111011 10010001 10100 1111 0 101011 11100010 1100 110011

Color Harmonies of #747B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747B91

Black with #747B91

Text Example


Text Example

White with #747B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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