Html Css Color HEX #73757D Storm Grey

📋 copy color: '#73757D'

red 115 ◦ green 117 ◦ blue 125

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

Shades of Storm Grey #73757D

Tints of Storm Grey #73757D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.01%

R = 32.21%
G = 32.77%
B = 35.01%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73757D (or 0x73757D) is known color: Storm Grey. HEX triplet: 73, 75 and 7D. RGB value is (115,117,125). Sum of RGB (Red+Green+Blue) = 115+117+125=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 125 - color contains mainly: blue. Hex color #73757D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73757D is #8C8A82. Grayscale: #757575. Windows color (decimal): -9210499 or 8222067. OLE color: 8222067.

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

Color convert

RGB 115 117 125 -
CMYK 0.08 0.06 0 0.51
HSL 228º 0.04% 0.47% -
HSV(B) 228º 0.08% 0.49% -
XYZ 17.13 17.85 21.94 -
YUV 117.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 115 117 125 0.08 0.06 0 0.51 228 0.04 0.47
Hex 73 75 7D 8 6 0 33 E4 4 2F
Octal 163 165 175 10 6 0 63 344 4 57
Binary 1110011 1110101 1111101 1000 110 0 110011 11100100 100 101111

Color Harmonies of #73757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73757D

Black with #73757D

Text Example


Text Example

White with #73757D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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