#767984

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

Shades of Storm Grey #767984

Tints of Storm Grey #767984

Color information

#767984 (or 0x767984) is unknown color: approx Storm Grey. HEX triplet: 76, 79 and 84. RGB value is (118,121,132). Sum of RGB (Red+Green+Blue) = 118+121+132=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 132 - color contains mainly: blue. Hex color #767984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767984 is #89867B. Grayscale: #797979. Windows color (decimal): -9012860 or 8681846. OLE color: 8681846.

HSL color Cylindrical-coordinate representation of color #767984: hue angle of 227.14º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #767984 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB118121132-
CMYK0.110.0800.48
HSL227.14º5.6%49.02%-
HSV(B)227.14º10.61%51.76%-
XYZ18.4719.1924.56-
YUV121.36134.01125.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 121 (47.66% from 255) = 32.61%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=31.81%
G=32.61%
B=35.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181211320.110.0800.48227.145.649.02
Hex767984B8030e3631
Octal1661712041310060343661
Binary111011011110011000010010111000011000011100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767984; }

 p { color: rgb(118,121,132); }

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

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

 a { background-color: rgb(118,121,132); }

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

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

 span { border-color: rgb(118,121,132); }

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