Html Css Color HEX #747487 Storm Grey

📋 copy color: '#747487'

red 116 ◦ green 116 ◦ blue 135

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

Shades of Storm Grey #747487

Tints of Storm Grey #747487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.61%

 BLUE value IS 135 (53.13% from 255) = 36.78%

R = 31.61%
G = 31.61%
B = 36.78%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#747487 (or 0x747487) is known color: Storm Grey. HEX triplet: 74, 74 and 87. RGB value is (116,116,135). Sum of RGB (Red+Green+Blue) = 116+116+135=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 135 - color contains mainly: blue. Hex color #747487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747487 is #8B8B78. Grayscale: #767676. Windows color (decimal): -9145209 or 8877172. OLE color: 8877172.

HSL color Cylindrical-coordinate representation of color #747487: hue angle of 240º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #747487 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 116 135 -
CMYK 0.14 0.14 0 0.47
HSL 240º 0.08% 0.49% -
HSV(B) 240º 0.14% 0.53% -
XYZ 17.82 17.95 25.45 -
YUV 118.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 116 116 135 0.14 0.14 0 0.47 240 0.08 0.49
Hex 74 74 87 E E 0 2F F0 8 31
Octal 164 164 207 16 16 0 57 360 10 61
Binary 1110100 1110100 10000111 1110 1110 0 101111 11110000 1000 110001

Color Harmonies of #747487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747487

Black with #747487

Text Example


Text Example

White with #747487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747487; }

 p { color: rgb(116,116,135); }

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

background-color css

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

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

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

border-color css

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

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

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