Html Css Color HEX #747584 Storm Grey

📋 copy color: '#747584'

red 116 ◦ green 117 ◦ blue 132

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

Shades of Storm Grey #747584

Tints of Storm Grey #747584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.05%

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

R = 31.78%
G = 32.05%
B = 36.16%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#747584 (or 0x747584) is known color: Storm Grey. HEX triplet: 74, 75 and 84. RGB value is (116,117,132). Sum of RGB (Red+Green+Blue) = 116+117+132=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: blue. Hex color #747584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747584 is #8B8A7B. Grayscale: #767676. Windows color (decimal): -9144956 or 8680820. OLE color: 8680820.

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

Color convert

RGB 116 117 132 -
CMYK 0.12 0.11 0 0.48
HSL 236.25º 0.06% 0.49% -
HSV(B) 236.25º 0.12% 0.52% -
XYZ 17.73 18.1 24.39 -
YUV 118.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 116 117 132 0.12 0.11 0 0.48 236.25 0.06 0.49
Hex 74 75 84 C B 0 30 EC 6 31
Octal 164 165 204 14 13 0 60 354 6 61
Binary 1110100 1110101 10000100 1100 1011 0 110000 11101100 110 110001

Color Harmonies of #747584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747584

Black with #747584

Text Example


Text Example

White with #747584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747584; }

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

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

background-color css

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

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

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

border-color css

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

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

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