#767D8F

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

Shades of Storm Grey #767D8F

Tints of Storm Grey #767D8F

Color information

#767D8F (or 0x767D8F) is unknown color: approx Storm Grey. HEX triplet: 76, 7D and 8F. RGB value is (118,125,143). Sum of RGB (Red+Green+Blue) = 118+125+143=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 143 - color contains mainly: blue. Hex color #767D8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767D8F is #898270. Grayscale: #7C7C7C. Windows color (decimal): -9011825 or 9403766. OLE color: 9403766.

HSL color Cylindrical-coordinate representation of color #767D8F: hue angle of 223.2º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #767D8F is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB118125143-
CMYK0.170.1300.44
HSL223.2º10.04%51.18%-
HSV(B)223.2º17.48%56.08%-
XYZ19.7620.528.9-
YUV124.96138.18123.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.57%
GREEN value IS 125 (49.22% from 255) = 32.38%
BLUE value IS 143 (56.25% from 255) = 37.05%
R=30.57%
G=32.38%
B=37.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181251430.170.1300.44223.210.0451.18
Hex767D8F11D02Cdfa33
Octal16617521721150543371263
Binary11101101111101100011111000111010101100110111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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