Html Css Color HEX #747892 Storm Grey

📋 copy color: '#747892'

red 116 ◦ green 120 ◦ blue 146

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

Shades of Storm Grey #747892

Tints of Storm Grey #747892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.41%

 BLUE value IS 146 (57.42% from 255) = 38.22%

R = 30.37%
G = 31.41%
B = 38.22%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#747892 (or 0x747892) is known color: Storm Grey. HEX triplet: 74, 78 and 92. RGB value is (116,120,146). Sum of RGB (Red+Green+Blue) = 116+120+146=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 146 - color contains mainly: blue. Hex color #747892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747892 is #8B876D. Grayscale: #797979. Windows color (decimal): -9144174 or 9599092. OLE color: 9599092.

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

Color convert

RGB 116 120 146 -
CMYK 0.21 0.18 0 0.43
HSL 232º 0.12% 0.51% -
HSV(B) 232º 0.21% 0.57% -
XYZ 19.11 19.22 29.9 -
YUV 121.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 116 120 146 0.21 0.18 0 0.43 232 0.12 0.51
Hex 74 78 92 15 12 0 2B E8 C 33
Octal 164 170 222 25 22 0 53 350 14 63
Binary 1110100 1111000 10010010 10101 10010 0 101011 11101000 1100 110011

Color Harmonies of #747892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747892

Black with #747892

Text Example


Text Example

White with #747892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747892; }

 p { color: rgb(116,120,146); }

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

background-color css

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

 a { background-color: rgb(116,120,146); }

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

border-color css

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

 span { border-color: rgb(116,120,146); }

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