#767791

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

Shades of Storm Grey #767791

Tints of Storm Grey #767791

Color information

#767791 (or 0x767791) is unknown color: approx Storm Grey. HEX triplet: 76, 77 and 91. RGB value is (118,119,145). Sum of RGB (Red+Green+Blue) = 118+119+145=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 145 - color contains mainly: blue. Hex color #767791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767791 is #89886E. Grayscale: #797979. Windows color (decimal): -9013359 or 9533302. OLE color: 9533302.

HSL color Cylindrical-coordinate representation of color #767791: hue angle of 237.78º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #767791 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB118119145-
CMYK0.190.1800.43
HSL237.78º10.93%51.57%-
HSV(B)237.78º18.62%56.86%-
XYZ19.1819.0929.46-
YUV121.66141.17125.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.89%
GREEN value IS 119 (46.88% from 255) = 31.15%
BLUE value IS 145 (57.03% from 255) = 37.96%
R=30.89%
G=31.15%
B=37.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181191450.190.1800.43237.7810.9351.57
Hex767791131202Beeb34
Octal16616722123220533561364
Binary111011011101111001000110011100100101011111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767791; }

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

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

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

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

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

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

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

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