#74768B

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

Shades of Storm Grey #74768B

Tints of Storm Grey #74768B

Color information

#74768B (or 0x74768B) is unknown color: approx Storm Grey. HEX triplet: 74, 76 and 8B. RGB value is (116,118,139). Sum of RGB (Red+Green+Blue) = 116+118+139=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 139 - color contains mainly: blue. Hex color #74768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74768B is #8B8974. Grayscale: #777777. Windows color (decimal): -9144693 or 9139828. OLE color: 9139828.

HSL color Cylindrical-coordinate representation of color #74768B: hue angle of 234.78º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #74768B is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB116118139-
CMYK0.170.1500.45
HSL234.78º9.02%50%-
HSV(B)234.78º16.55%54.51%-
XYZ18.3418.5327.04-
YUV119.8138.84125.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=31.10%
G=31.64%
B=37.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1161181390.170.1500.45234.789.0250
Hex74768B11F02Deb932
Octal16416621321170553531162
Binary11101001110110100010111000111110101101111010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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