#767896

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

Shades of Storm Grey #767896

Tints of Storm Grey #767896

Color information

#767896 (or 0x767896) is unknown color: approx Storm Grey. HEX triplet: 76, 78 and 96. RGB value is (118,120,150). Sum of RGB (Red+Green+Blue) = 118+120+150=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 150 - color contains mainly: blue. Hex color #767896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767896 is #898769. Grayscale: #7A7A7A. Windows color (decimal): -9013098 or 9861238. OLE color: 9861238.

HSL color Cylindrical-coordinate representation of color #767896: hue angle of 236.25º 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 #767896 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB118120150-
CMYK0.210.2000.41
HSL236.25º13.22%52.55%-
HSV(B)236.25º21.33%58.82%-
XYZ19.6919.4931.58-
YUV122.82143.34124.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.41%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 150 (58.98% from 255) = 38.66%
R=30.41%
G=30.93%
B=38.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181201500.210.2000.41236.2513.2252.55
Hex7678961514029ecd35
Octal16617022625240513541565
Binary111011011110001001011010101101000101001111011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767896; }

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

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

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

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

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

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

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

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