#767D8D

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

Shades of Storm Grey #767D8D

Tints of Storm Grey #767D8D

Color information

#767D8D (or 0x767D8D) is unknown color: approx Storm Grey. HEX triplet: 76, 7D and 8D. RGB value is (118,125,141). Sum of RGB (Red+Green+Blue) = 118+125+141=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 141 - color contains mainly: blue. Hex color #767D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767D8D is #898272. Grayscale: #7C7C7C. Windows color (decimal): -9011827 or 9272694. OLE color: 9272694.

HSL color Cylindrical-coordinate representation of color #767D8D: hue angle of 221.74º 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 #767D8D is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118125141-
CMYK0.160.1100.45
HSL221.74º9.16%50.78%-
HSV(B)221.74º16.31%55.29%-
XYZ19.6120.4428.11-
YUV124.73137.18123.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.73%
GREEN value IS 125 (49.22% from 255) = 32.55%
BLUE value IS 141 (55.47% from 255) = 36.72%
R=30.73%
G=32.55%
B=36.72%

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
Decimal1181251410.160.1100.45221.749.1650.78
Hex767D8D10B02Dde933
Octal16617521520130553361163
Binary11101101111101100011011000010110101101110111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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