Html Css Color HEX #73798C Storm Grey

📋 copy color: '#73798C'

red 115 ◦ green 121 ◦ blue 140

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

Shades of Storm Grey #73798C

Tints of Storm Grey #73798C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.18%

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

R = 30.59%
G = 32.18%
B = 37.23%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73798C (or 0x73798C) is known color: Storm Grey. HEX triplet: 73, 79 and 8C. RGB value is (115,121,140). Sum of RGB (Red+Green+Blue) = 115+121+140=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #73798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73798C is #8C8673. Grayscale: #797979. Windows color (decimal): -9209460 or 9206131. OLE color: 9206131.

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

Color convert

RGB 115 121 140 -
CMYK 0.18 0.14 0 0.45
HSL 225.6º 0.1% 0.5% -
HSV(B) 225.6º 0.18% 0.55% -
XYZ 18.64 19.21 27.54 -
YUV 121.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 115 121 140 0.18 0.14 0 0.45 225.6 0.1 0.5
Hex 73 79 8C 12 E 0 2D E2 A 32
Octal 163 171 214 22 16 0 55 342 12 62
Binary 1110011 1111001 10001100 10010 1110 0 101101 11100010 1010 110010

Color Harmonies of #73798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73798C

Black with #73798C

Text Example


Text Example

White with #73798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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