#767982

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

Shades of Storm Grey #767982

Tints of Storm Grey #767982

Color information

#767982 (or 0x767982) is unknown color: approx Storm Grey. HEX triplet: 76, 79 and 82. RGB value is (118,121,130). Sum of RGB (Red+Green+Blue) = 118+121+130=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 130 - color contains mainly: blue. Hex color #767982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767982 is #89867D. Grayscale: #797979. Windows color (decimal): -9012862 or 8550774. OLE color: 8550774.

HSL color Cylindrical-coordinate representation of color #767982: hue angle of 225º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #767982 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB118121130-
CMYK0.090.0700.49
HSL225º4.84%48.63%-
HSV(B)225º9.23%50.98%-
XYZ18.3419.1423.85-
YUV121.13133.01125.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.98%
GREEN value IS 121 (47.66% from 255) = 32.79%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=31.98%
G=32.79%
B=35.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181211300.090.0700.492254.8448.63
Hex76798297031e1531
Octal166171202117061341561
Binary11101101111001100000101001111011000111100001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767982; }

 p { color: rgb(118,121,130); }

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

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

 a { background-color: rgb(118,121,130); }

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

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

 span { border-color: rgb(118,121,130); }

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