Html Css Color HEX #73757C Storm Grey

📋 copy color: '#73757C'

red 115 ◦ green 117 ◦ blue 124

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

Shades of Storm Grey #73757C

Tints of Storm Grey #73757C

RGB

 RED value IS 115 (45.31% from 255) = 32.3%

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

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

R = 32.3%
G = 32.87%
B = 34.83%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73757C (or 0x73757C) is known color: Storm Grey. HEX triplet: 73, 75 and 7C. RGB value is (115,117,124). Sum of RGB (Red+Green+Blue) = 115+117+124=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 124 - color contains mainly: blue. Hex color #73757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73757C is #8C8A83. Grayscale: #757575. Windows color (decimal): -9210500 or 8156531. OLE color: 8156531.

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

Color convert

RGB 115 117 124 -
CMYK 0.07 0.06 0 0.51
HSL 226.67º 0.04% 0.47% -
HSV(B) 226.67º 0.07% 0.49% -
XYZ 17.07 17.82 21.61 -
YUV 117.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 115 117 124 0.07 0.06 0 0.51 226.67 0.04 0.47
Hex 73 75 7C 7 6 0 33 E3 4 2F
Octal 163 165 174 7 6 0 63 343 4 57
Binary 1110011 1110101 1111100 111 110 0 110011 11100011 100 101111

Color Harmonies of #73757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73757C

Black with #73757C

Text Example


Text Example

White with #73757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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