Html Css Color HEX #73778C Storm Grey

📋 copy color: '#73778C'

red 115 ◦ green 119 ◦ blue 140

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

Shades of Storm Grey #73778C

Tints of Storm Grey #73778C

RGB

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

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

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

R = 30.75%
G = 31.82%
B = 37.43%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73778C (or 0x73778C) is known color: Storm Grey. HEX triplet: 73, 77 and 8C. RGB value is (115,119,140). Sum of RGB (Red+Green+Blue) = 115+119+140=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 140 - color contains mainly: blue. Hex color #73778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73778C is #8C8873. Grayscale: #787878. Windows color (decimal): -9209972 or 9205619. OLE color: 9205619.

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

Color convert

RGB 115 119 140 -
CMYK 0.18 0.15 0 0.45
HSL 230.4º 0.1% 0.5% -
HSV(B) 230.4º 0.18% 0.55% -
XYZ 18.4 18.73 27.46 -
YUV 120.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 115 119 140 0.18 0.15 0 0.45 230.4 0.1 0.5
Hex 73 77 8C 12 F 0 2D E6 A 32
Octal 163 167 214 22 17 0 55 346 12 62
Binary 1110011 1110111 10001100 10010 1111 0 101101 11100110 1010 110010

Color Harmonies of #73778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73778C

Black with #73778C

Text Example


Text Example

White with #73778C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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