Html Css Color HEX #73778E Storm Grey

📋 copy color: '#73778E'

red 115 ◦ green 119 ◦ blue 142

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

Shades of Storm Grey #73778E

Tints of Storm Grey #73778E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.65%

 BLUE value IS 142 (55.86% from 255) = 37.77%

R = 30.59%
G = 31.65%
B = 37.77%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#73778E (or 0x73778E) is known color: Storm Grey. HEX triplet: 73, 77 and 8E. RGB value is (115,119,142). Sum of RGB (Red+Green+Blue) = 115+119+142=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 142 - color contains mainly: blue. Hex color #73778E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73778E is #8C8871. Grayscale: #787878. Windows color (decimal): -9209970 or 9336691. OLE color: 9336691.

HSL color Cylindrical-coordinate representation of color #73778E: hue angle of 231.11º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73778E is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 119 142 -
CMYK 0.19 0.16 0 0.44
HSL 231.11º 0.11% 0.5% -
HSV(B) 231.11º 0.19% 0.56% -
XYZ 18.55 18.79 28.24 -
YUV 120.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 115 119 142 0.19 0.16 0 0.44 231.11 0.11 0.5
Hex 73 77 8E 13 10 0 2C E7 B 32
Octal 163 167 216 23 20 0 54 347 13 62
Binary 1110011 1110111 10001110 10011 10000 0 101100 11100111 1011 110010

Color Harmonies of #73778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73778E

Black with #73778E

Text Example


Text Example

White with #73778E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73778E; }

 p { color: rgb(115,119,142); }

 H1.HeaderClassName
 {
   color: #73778E;
 }
 .AnyTagClassName
 {
   color: #73778E;
 }
</style>

background-color css

<style>
 a { background-color: #73778E; }

 a { background-color: rgb(115,119,142); }

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

border-color css

<style>
 span { border-color: #73778E; }

 span { border-color: rgb(115,119,142); }

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