Html Css Color HEX #74758D Storm Grey

📋 copy color: '#74758D'

red 116 ◦ green 117 ◦ blue 141

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

Shades of Storm Grey #74758D

Tints of Storm Grey #74758D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 31.02%
G = 31.28%
B = 37.7%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74758D (or 0x74758D) is known color: Storm Grey. HEX triplet: 74, 75 and 8D. RGB value is (116,117,141). Sum of RGB (Red+Green+Blue) = 116+117+141=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 141 - color contains mainly: blue. Hex color #74758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74758D is #8B8A72. Grayscale: #777777. Windows color (decimal): -9144947 or 9270644. OLE color: 9270644.

HSL color Cylindrical-coordinate representation of color #74758D: hue angle of 237.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74758D is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 117 141 -
CMYK 0.18 0.17 0 0.45
HSL 237.6º 0.1% 0.5% -
HSV(B) 237.6º 0.18% 0.55% -
XYZ 18.37 18.36 27.77 -
YUV 119.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 116 117 141 0.18 0.17 0 0.45 237.6 0.1 0.5
Hex 74 75 8D 12 11 0 2D EE A 32
Octal 164 165 215 22 21 0 55 356 12 62
Binary 1110100 1110101 10001101 10010 10001 0 101101 11101110 1010 110010

Color Harmonies of #74758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74758D

Black with #74758D

Text Example


Text Example

White with #74758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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