#767889

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

Shades of Storm Grey #767889

Tints of Storm Grey #767889

Color information

#767889 (or 0x767889) is unknown color: approx Storm Grey. HEX triplet: 76, 78 and 89. RGB value is (118,120,137). Sum of RGB (Red+Green+Blue) = 118+120+137=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 137 - color contains mainly: blue. Hex color #767889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767889 is #898776. Grayscale: #797979. Windows color (decimal): -9013111 or 9009270. OLE color: 9009270.

HSL color Cylindrical-coordinate representation of color #767889: hue angle of 233.68º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #767889 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB118120137-
CMYK0.140.1200.46
HSL233.68º7.45%50%-
HSV(B)233.68º13.87%53.73%-
XYZ18.719.0926.37-
YUV121.34136.84125.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 137 (53.91% from 255) = 36.53%
R=31.47%
G=32%
B=36.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181201370.140.1200.46233.687.4550
Hex767889EC02Eea732
Octal1661702111614056352762
Binary111011011110001000100111101100010111011101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767889; }

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

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

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

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

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

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

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

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