#767E8D

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

Shades of Storm Grey #767E8D

Tints of Storm Grey #767E8D

Color information

#767E8D (or 0x767E8D) is unknown color: approx Storm Grey. HEX triplet: 76, 7E and 8D. RGB value is (118,126,141). Sum of RGB (Red+Green+Blue) = 118+126+141=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #767E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767E8D is #898172. Grayscale: #7D7D7D. Windows color (decimal): -9011571 or 9272950. OLE color: 9272950.

HSL color Cylindrical-coordinate representation of color #767E8D: hue angle of 219.13º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #767E8D is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118126141-
CMYK0.160.1100.45
HSL219.13º9.16%50.78%-
HSV(B)219.13º16.31%55.29%-
XYZ19.7420.728.15-
YUV125.32136.85122.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.65%
GREEN value IS 126 (49.61% from 255) = 32.73%
BLUE value IS 141 (55.47% from 255) = 36.62%
R=30.65%
G=32.73%
B=36.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181261410.160.1100.45219.139.1650.78
Hex767E8D10B02Ddb933
Octal16617621520130553331163
Binary11101101111110100011011000010110101101110110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,126,141); }

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

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

 a { background-color: rgb(118,126,141); }

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

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

 span { border-color: rgb(118,126,141); }

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