#767790

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

Shades of Storm Grey #767790

Tints of Storm Grey #767790

Color information

#767790 (or 0x767790) is unknown color: approx Storm Grey. HEX triplet: 76, 77 and 90. RGB value is (118,119,144). Sum of RGB (Red+Green+Blue) = 118+119+144=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #767790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767790 is #89886F. Grayscale: #797979. Windows color (decimal): -9013360 or 9467766. OLE color: 9467766.

HSL color Cylindrical-coordinate representation of color #767790: hue angle of 237.69º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #767790 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB118119144-
CMYK0.180.1700.44
HSL237.69º10.48%51.37%-
HSV(B)237.69º18.06%56.47%-
XYZ19.119.0629.06-
YUV121.55140.67125.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.97%
GREEN value IS 119 (46.88% from 255) = 31.23%
BLUE value IS 144 (56.64% from 255) = 37.80%
R=30.97%
G=31.23%
B=37.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181191440.180.1700.44237.6910.4851.37
Hex767790121102Ceea33
Octal16616722022210543561263
Binary111011011101111001000010010100010101100111011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767790; }

 p { color: rgb(118,119,144); }

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

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

 a { background-color: rgb(118,119,144); }

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

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

 span { border-color: rgb(118,119,144); }

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