Html Css Color HEX #74757C Storm Grey

📋 copy color: '#74757C'

red 116 ◦ green 117 ◦ blue 124

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

Shades of Storm Grey #74757C

Tints of Storm Grey #74757C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.73%

R = 32.49%
G = 32.77%
B = 34.73%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74757C (or 0x74757C) is known color: Storm Grey. HEX triplet: 74, 75 and 7C. RGB value is (116,117,124). Sum of RGB (Red+Green+Blue) = 116+117+124=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 124 - color contains mainly: blue. Hex color #74757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74757C is #8B8A83. Grayscale: #757575. Windows color (decimal): -9144964 or 8156532. OLE color: 8156532.

HSL color Cylindrical-coordinate representation of color #74757C: hue angle of 232.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #74757C is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 117 124 -
CMYK 0.06 0.06 0 0.51
HSL 232.5º 0.03% 0.47% -
HSV(B) 232.5º 0.06% 0.49% -
XYZ 17.2 17.89 21.62 -
YUV 117.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 116 117 124 0.06 0.06 0 0.51 232.5 0.03 0.47
Hex 74 75 7C 6 6 0 33 E8 3 2F
Octal 164 165 174 6 6 0 63 350 3 57
Binary 1110100 1110101 1111100 110 110 0 110011 11101000 11 101111

Color Harmonies of #74757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74757C

Black with #74757C

Text Example


Text Example

White with #74757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74757C; }

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

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

background-color css

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

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

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

border-color css

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

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

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