#74768D

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

Shades of Storm Grey #74768D

Tints of Storm Grey #74768D

Color information

#74768D (or 0x74768D) is unknown color: approx Storm Grey. HEX triplet: 74, 76 and 8D. RGB value is (116,118,141). Sum of RGB (Red+Green+Blue) = 116+118+141=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #74768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74768D is #8B8972. Grayscale: #777777. Windows color (decimal): -9144691 or 9270900. OLE color: 9270900.

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

Color convert

RGB116118141-
CMYK0.180.1600.45
HSL235.2º9.88%50.39%-
HSV(B)235.2º17.73%55.29%-
XYZ18.4918.5927.81-
YUV120.02139.84125.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.93%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 141 (55.47% from 255) = 37.6%
R=30.93%
G=31.47%
B=37.6%

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
Decimal1161181410.180.1600.45235.29.8850.39
Hex74768D121002Deba32
Octal16416621522200553531262
Binary111010011101101000110110010100000101101111010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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