Html Css Color HEX #747A95 Storm Grey

📋 copy color: '#747A95'

red 116 ◦ green 122 ◦ blue 149

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

Shades of Storm Grey #747A95

Tints of Storm Grey #747A95

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.52%

 BLUE value IS 149 (58.59% from 255) = 38.5%

R = 29.97%
G = 31.52%
B = 38.5%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#747A95 (or 0x747A95) is known color: Storm Grey. HEX triplet: 74, 7A and 95. RGB value is (116,122,149). Sum of RGB (Red+Green+Blue) = 116+122+149=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 149 - color contains mainly: blue. Hex color #747A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747A95 is #8B856A. Grayscale: #7B7B7B. Windows color (decimal): -9143659 or 9796212. OLE color: 9796212.

HSL color Cylindrical-coordinate representation of color #747A95: hue angle of 229.09º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #747A95 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 122 149 -
CMYK 0.22 0.18 0 0.42
HSL 229.09º 0.13% 0.52% -
HSV(B) 229.09º 0.22% 0.58% -
XYZ 19.59 19.8 31.22 -
YUV 123.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 116 122 149 0.22 0.18 0 0.42 229.09 0.13 0.52
Hex 74 7A 95 16 12 0 2A E5 D 34
Octal 164 172 225 26 22 0 52 345 15 64
Binary 1110100 1111010 10010101 10110 10010 0 101010 11100101 1101 110100

Color Harmonies of #747A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747A95

Black with #747A95

Text Example


Text Example

White with #747A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,122,149); }

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

background-color css

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

 a { background-color: rgb(116,122,149); }

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

border-color css

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

 span { border-color: rgb(116,122,149); }

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