#74788D

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

Shades of Storm Grey #74788D

Tints of Storm Grey #74788D

Color information

#74788D (or 0x74788D) is unknown color: approx Storm Grey. HEX triplet: 74, 78 and 8D. RGB value is (116,120,141). Sum of RGB (Red+Green+Blue) = 116+120+141=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #74788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74788D is #8B8772. Grayscale: #797979. Windows color (decimal): -9144179 or 9271412. OLE color: 9271412.

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

Color convert

RGB116120141-
CMYK0.180.1500.45
HSL230.4º9.88%50.39%-
HSV(B)230.4º17.73%55.29%-
XYZ18.7319.0727.89-
YUV121.2139.17124.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.77%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 141 (55.47% from 255) = 37.40%
R=30.77%
G=31.83%
B=37.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161201410.180.1500.45230.49.8850.39
Hex74788D12F02De6a32
Octal16417021522170553461262
Binary11101001111000100011011001011110101101111001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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