#767996

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

Shades of Storm Grey #767996

Tints of Storm Grey #767996

Color information

#767996 (or 0x767996) is unknown color: approx Storm Grey. HEX triplet: 76, 79 and 96. RGB value is (118,121,150). Sum of RGB (Red+Green+Blue) = 118+121+150=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 150 - color contains mainly: blue. Hex color #767996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767996 is #898669. Grayscale: #7B7B7B. Windows color (decimal): -9012842 or 9861494. OLE color: 9861494.

HSL color Cylindrical-coordinate representation of color #767996: hue angle of 234.38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #767996 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB118121150-
CMYK0.210.1900.41
HSL234.38º13.22%52.55%-
HSV(B)234.38º21.33%58.82%-
XYZ19.8119.7331.62-
YUV123.41143.01124.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.33%
GREEN value IS 121 (47.66% from 255) = 31.11%
BLUE value IS 150 (58.98% from 255) = 38.56%
R=30.33%
G=31.11%
B=38.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181211500.210.1900.41234.3813.2252.55
Hex7679961513029ead35
Octal16617122625230513521565
Binary111011011110011001011010101100110101001111010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767996; }

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

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

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

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

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

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

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

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