Html Css Color HEX #73758C Storm Grey

📋 copy color: '#73758C'

red 115 ◦ green 117 ◦ blue 140

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

Shades of Storm Grey #73758C

Tints of Storm Grey #73758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.63%

R = 30.91%
G = 31.45%
B = 37.63%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73758C (or 0x73758C) is known color: Storm Grey. HEX triplet: 73, 75 and 8C. RGB value is (115,117,140). Sum of RGB (Red+Green+Blue) = 115+117+140=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 140 - color contains mainly: blue. Hex color #73758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73758C is #8C8A73. Grayscale: #767676. Windows color (decimal): -9210484 or 9205107. OLE color: 9205107.

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

Color convert

RGB 115 117 140 -
CMYK 0.18 0.16 0 0.45
HSL 235.2º 0.1% 0.5% -
HSV(B) 235.2º 0.18% 0.55% -
XYZ 18.17 18.26 27.38 -
YUV 119.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 115 117 140 0.18 0.16 0 0.45 235.2 0.1 0.5
Hex 73 75 8C 12 10 0 2D EB A 32
Octal 163 165 214 22 20 0 55 353 12 62
Binary 1110011 1110101 10001100 10010 10000 0 101101 11101011 1010 110010

Color Harmonies of #73758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73758C

Black with #73758C

Text Example


Text Example

White with #73758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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