#767D89

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

Shades of Storm Grey #767D89

Tints of Storm Grey #767D89

Color information

#767D89 (or 0x767D89) is unknown color: approx Storm Grey. HEX triplet: 76, 7D and 89. RGB value is (118,125,137). Sum of RGB (Red+Green+Blue) = 118+125+137=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 137 - color contains mainly: blue. Hex color #767D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767D89 is #898276. Grayscale: #7C7C7C. Windows color (decimal): -9011831 or 9010550. OLE color: 9010550.

HSL color Cylindrical-coordinate representation of color #767D89: hue angle of 217.89º 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 #767D89 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB118125137-
CMYK0.140.0900.46
HSL217.89º7.45%50%-
HSV(B)217.89º13.87%53.73%-
XYZ19.3220.3226.57-
YUV124.28135.18123.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.05%
GREEN value IS 125 (49.22% from 255) = 32.89%
BLUE value IS 137 (53.91% from 255) = 36.05%
R=31.05%
G=32.89%
B=36.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181251370.140.0900.46217.897.4550
Hex767D89E902Eda732
Octal1661752111611056332762
Binary111011011111011000100111101001010111011011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767D89; }

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

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

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

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

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

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

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

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