Html Css Color HEX #73758D Storm Grey

📋 copy color: '#73758D'

red 115 ◦ green 117 ◦ blue 141

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

Shades of Storm Grey #73758D

Tints of Storm Grey #73758D

RGB

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

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

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

R = 30.83%
G = 31.37%
B = 37.8%

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

#73758D (or 0x73758D) is known color: Storm Grey. HEX triplet: 73, 75 and 8D. RGB value is (115,117,141). Sum of RGB (Red+Green+Blue) = 115+117+141=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #73758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73758D is #8C8A72. Grayscale: #777777. Windows color (decimal): -9210483 or 9270643. OLE color: 9270643.

HSL color Cylindrical-coordinate representation of color #73758D: hue angle of 235.38º 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 #73758D is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 117 141 -
CMYK 0.18 0.17 0 0.45
HSL 235.38º 0.1% 0.5% -
HSV(B) 235.38º 0.18% 0.55% -
XYZ 18.24 18.29 27.77 -
YUV 119.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 115 117 141 0.18 0.17 0 0.45 235.38 0.1 0.5
Hex 73 75 8D 12 11 0 2D EB A 32
Octal 163 165 215 22 21 0 55 353 12 62
Binary 1110011 1110101 10001101 10010 10001 0 101101 11101011 1010 110010

Color Harmonies of #73758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73758D

Black with #73758D

Text Example


Text Example

White with #73758D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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