Html Css Color HEX #747C87 Storm Grey

📋 copy color: '#747C87'

red 116 ◦ green 124 ◦ blue 135

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

Shades of Storm Grey #747C87

Tints of Storm Grey #747C87

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.07%

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

R = 30.93%
G = 33.07%
B = 36%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#747C87 (or 0x747C87) is known color: Storm Grey. HEX triplet: 74, 7C and 87. RGB value is (116,124,135). Sum of RGB (Red+Green+Blue) = 116+124+135=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 135 - color contains mainly: blue. Hex color #747C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747C87 is #8B8378. Grayscale: #7A7A7A. Windows color (decimal): -9143161 or 8879220. OLE color: 8879220.

HSL color Cylindrical-coordinate representation of color #747C87: hue angle of 214.74º 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 #747C87 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 124 135 -
CMYK 0.14 0.08 0 0.47
HSL 214.74º 0.08% 0.49% -
HSV(B) 214.74º 0.14% 0.53% -
XYZ 18.78 19.88 25.77 -
YUV 122.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 116 124 135 0.14 0.08 0 0.47 214.74 0.08 0.49
Hex 74 7C 87 E 8 0 2F D7 8 31
Octal 164 174 207 16 10 0 57 327 10 61
Binary 1110100 1111100 10000111 1110 1000 0 101111 11010111 1000 110001

Color Harmonies of #747C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C87

Black with #747C87

Text Example


Text Example

White with #747C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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