Html Css Color HEX #747690 Storm Grey

📋 copy color: '#747690'

red 116 ◦ green 118 ◦ blue 144

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

Shades of Storm Grey #747690

Tints of Storm Grey #747690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.22%

 BLUE value IS 144 (56.64% from 255) = 38.1%

R = 30.69%
G = 31.22%
B = 38.1%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#747690 (or 0x747690) is known color: Storm Grey. HEX triplet: 74, 76 and 90. RGB value is (116,118,144). Sum of RGB (Red+Green+Blue) = 116+118+144=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #747690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747690 is #8B896F. Grayscale: #787878. Windows color (decimal): -9144688 or 9467508. OLE color: 9467508.

HSL color Cylindrical-coordinate representation of color #747690: hue angle of 235.71º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #747690 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 118 144 -
CMYK 0.19 0.18 0 0.44
HSL 235.71º 0.11% 0.51% -
HSV(B) 235.71º 0.19% 0.56% -
XYZ 18.71 18.68 29.01 -
YUV 120.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 116 118 144 0.19 0.18 0 0.44 235.71 0.11 0.51
Hex 74 76 90 13 12 0 2C EC B 33
Octal 164 166 220 23 22 0 54 354 13 63
Binary 1110100 1110110 10010000 10011 10010 0 101100 11101100 1011 110011

Color Harmonies of #747690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747690

Black with #747690

Text Example


Text Example

White with #747690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747690; }

 p { color: rgb(116,118,144); }

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

background-color css

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

 a { background-color: rgb(116,118,144); }

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

border-color css

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

 span { border-color: rgb(116,118,144); }

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