#74778D

Color #74778D Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #74778D

Tints of Storm Grey #74778D

Color information

#74778D (or 0x74778D) is unknown color: approx Storm Grey. HEX triplet: 74, 77 and 8D. RGB value is (116,119,141). Sum of RGB (Red+Green+Blue) = 116+119+141=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 141 - color contains mainly: blue. Hex color #74778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74778D is #8B8872. Grayscale: #787878. Windows color (decimal): -9144435 or 9271156. OLE color: 9271156.

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

Color convert

RGB116119141-
CMYK0.180.1600.45
HSL232.8º9.88%50.39%-
HSV(B)232.8º17.73%55.29%-
XYZ18.6118.8327.85-
YUV120.61139.51124.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.85%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 141 (55.47% from 255) = 37.5%
R=30.85%
G=31.65%
B=37.5%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161191410.180.1600.45232.89.8850.39
Hex74778D121002De9a32
Octal16416721522200553511262
Binary111010011101111000110110010100000101101111010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,119,141); }

 H1.HeaderClassName
 {
   color: #74778D;
 }
 .AnyTagClassName
 {
   color: #74778D;
 }
</style>
background-color css

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

 a { background-color: rgb(116,119,141); }

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

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

 span { border-color: rgb(116,119,141); }

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